Super-Easy HTML question for the gurus

warcrow

Lifer
Jan 12, 2004
11,078
11
81
Obviously, I'm not good at HTML. I cannot fix this page for the life of me--repeated frame:

 

Cogman

Lifer
Sep 19, 2000
10,286
145
106
Originally posted by: Tarrant64
Some formatting would have been nice.

What are you trying to accomplish with this?

really not his fault. The stupid code button for posts doesn't work, and multi-spaces aren't allowed.
 

PhatoseAlpha

Platinum Member
Apr 10, 2005
2,131
21
81
There's no frame. You've got a table which holds the first copy of the top bar. Then another table, which contains the left bar, the margin, the the data area, however, the data area has a second copy of the top and left bars.

Either remove the first table and the first cell of the second table, or remove the bars from the content area of the second table.

I'm not going to even try to do it myself - that html is too mangled. Do you have firefox and firebug? If not, get them. It's inspect feature is perfect for fixing this kind of trouble.
 

warcrow

Lifer
Jan 12, 2004
11,078
11
81
Originally posted by: PhatoseAlpha
There's no frame. You've got a table which holds the first copy of the top bar. Then another table, which contains the left bar, the margin, the the data area, however, the data area has a second copy of the top and left bars.

Either remove the first table and the first cell of the second table, or remove the bars from the content area of the second table.

I'm not going to even try to do it myself - that html is too mangled. Do you have firefox and firebug? If not, get them. It's inspect feature is perfect for fixing this kind of trouble.

Ah! Is that what's happening? I'll check it out and report back. Thanks!