View Full Version : Table code


Sage
11-12-2003, 09:49 PM
I am horrible at making tables, but once I tried making them, I ended up with a half-decent thing. But I think I accidently erased something or put something wrong, because now it looks bad. Knowing me, there's something wrong. Could anyone take a look at the layout and check the code?

http://www.kurai-kaitou.net/layout

You see the top? Between two pictures, for some reason, there's a orange line and that isn't supposed to be there at all! And if you look towards the bottom, there are two more splits in the table, where the gradiant background cuts in.

Thanks in advance!

toolman
11-13-2003, 08:54 PM
take out this line:

<TD width=695 bgColor=#f46d42 height=32>

Sage
11-14-2003, 01:49 AM
It didn't work... =/ It just ended up taking away the orange, but making the gap even wider.

Being-Violet
11-14-2003, 06:36 AM
try taking out the BG color in that cell

<TABLE height=522 cellSpacing=0 cellPadding=0 width=695 border=0>
<TBODY>
<TR>
<TD width=695 bgColor=#f46d42 height=32>
<P align=right>
<IMG height=32 src="top.jpg" width=695 border=0>
</P>
</TD>
</TR>

see BG = #f46d42
that may be making the background orange - you could change it to blue.. or just remove it altogether
also if you take out the height property it may work better

or the problem may be the graphic??

hope this helps

violet


PS just read your reply to last post & checked the color # and stuff

Taking out the color will remove the orange and removing the height property should fix the gap
fingers crossed and good luck