Forum Moderators: open
Netscape 4 has some oddities - it sometimes renders space on screen when there are linebreaks or spaces in the HTML.
Yes, HTML whitespace and line breaks are "supposed" to be ignored by the browser - but they're not always.
That's the firrt place I'd check.
<td>
<br />
<a href="****.html"><img src="images/****.gif" alt="" width="***" height="1**" border="0" /></a>
<br />
<table class="side" width="100%" cellpadding="0" cellspacing="0">
I have no space between the image and the nested table in IE, but in Netscape and Mozilla I have a space. Any way to get rid of it?
Thanks for the help.