Forum Moderators: open
It puts a tiny 2px or so gap between two tables where there shouldnt be one and there certainly isnt one in the code.
This may be difficult to answer without seeing the code but I don't think I'm allowed to post it so any ideas what I can do?
<td colSpan="2"><IMG id="IMG2" height="31" src="/images/f_images/top-strip2.gif" width="775" useMap="#Map" border="0"></td>
</tr>
</table>
</td>
<td width="5" background="/images/f_images/sha.gif"><IMG height="7" src="/images/f_images/1pix.gif" width="7"></td>
</tr>
</table><!-- heres where the gap is -->
<TABLE id="Table1" cellSpacing="0" cellPadding="0" width="782" border="0">
<TR>
<TD vAlign="top">
<table cellSpacing="0" cellPadding="0" width="775" background="/images/f_images/top-chinese-bg.gif" border="0">
<FORM id="Form2" action="http://www.google.com/search" method="get">
There are two separate tables on top of each other with no gap in any other browser except IE 5.
You have a <td width="5"
and close a table that did not start or did it start earlier?
Anyway with this kind of design relying heavily on multiple nested tables that kind of gap will occur
Try using less nested tables and simplify the design
Regards