Printable Version of Topic

Click here to view this topic in its original format

HTMLHelp Forums _ General Web Design _ spacing between table rows IE vs Firefox

Posted by: Eva Apr 20 2007, 08:36 AM

I have the following code:

<tr>
<td align="center" valign="top">
<img src="images/header3.jpg">
</td>
</tr>
<tr>
<td align="center" valign="top">
<img src="images/header3.jpg">
</td>
</tr>

very simple....

Firefox is removing all space between these two rows. IE is showing a small space. Is there a line of code I can add to make IE understand that I don't want the extra line?

Thanks!

Posted by: JamieHarrop Apr 20 2007, 08:50 AM

See http://htmlhelp.com/faq/html/images.html#image-nospace

Powered by Invision Power Board (http://www.invisionboard.com)
© Invision Power Services (http://www.invisionpower.com)