Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

One Pixel White Space

Status
Not open for further replies.

danielh68

Technical User
Joined
Jul 31, 2001
Messages
431
Location
US
Hi,

I'm designing a site for a client. Everything is going fairly well, but for one exception: a little white pixel space at the bottom of the table.

Have a look at
I tried several things, but it's always there. I'm one step away from doing the entire table structure from scrath, but thought I should at least post it. Perhaps, someone knows a quick runaround, pointer or solution.

Thanks,
Dan
 
Remove this code from your html document

<TR>
<TD height=0></TD>
<TD></TD>
<TD width=56></TD>
<TD width=160></TD>
<TD width=121></TD>
<TD width=179></TD>
<TD></TD>
<TD></TD>
</TR>
<TR>
<TD height=0></TD>
<TD></TD>
<TD width=56></TD>
<TD width=160></TD>
<TD width=121></TD>
<TD width=179></TD>
<TD></TD>
<TD></TD>
</TR>
<TR>
<TD height=0></TD>
<TD></TD>
<TD width=56></TD>
<TD width=160></TD>
<TD width=121></TD>
<TD width=179></TD>
<TD></TD>
<TD></TD>
</TR>
<TR>
<TD height=0></TD>
<TD></TD>
<TD width=56></TD>
<TD width=160></TD>
<TD width=121></TD>
<TD width=179></TD>
<TD></TD>
<TD></TD>
</TR>

its towards the end of your table which is blank cells with no height set. This is causing a one pixel line in white that you see
 
SORRY that may disrupt your table setings, its better to set bg color for that row to #999966 which is your background color.

Sorry for the previous message
 
Thanks. Got it fixed. Haven't posted it, but eventually I will.

Much appreciated,
Dan
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top