Posted by wannieb on 02/03/06 16:40
I have html script, which is two table one below other. Example:
<table width="750" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="10" colspan="3" valign="top"><img src="images/w.gif"
width="750" height="10"></td>
</tr>
</table>
<table width="750" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="10" colspan="3" valign="top"><img src="images/w.gif"
width="750" height="10"></td>
</tr>
</table>
###
Very easy example of what I am trying to explain, well in FF it shows
fine, however in IE it drops the second table down by about 3-4 pixels,
any one know why or how to stop this from happening?
[Back to original message]
|