Forum Moderators: open
I apologize in advance if this is a very obvious question; I'm not as experienced in HTML as I'd like to be.
<Sorry, no personal URLs.
See Terms of Service [webmasterworld.com]>
[edited by: tedster at 4:32 am (utc) on April 24, 2005]
First, under some situations IE will add a sliver of space just because there is a line break in the HTML (I know it's wrong, but still it happens). So if you have images in those table cells that should bump up perfectly against other images (but they don't) try eliminating line breaks between the <img> tags and the </td></tr> tags.
Also, what DTD are you using? Often that helps straighten things out because FF is much more standards compliant than Explorer. If you have no DTD or just a partial DTD at the very beginning of your document, then you are asking IE to render your document in "quirks mode" which varies pretty widely from standards mode.