Can anyone solve this mystery?

liunx

Guest
I am working on a site for my web design class, and I am having some trouble. My site looks excellent in IE 5+ for mac, but in IE 5+ for windows, an area or blank space is added to the cell containing the "home" graphic. I cannot find anything in my code that would cause this. The cell and the image are both set to 160 pixels high, but the cell is larger. I can't for the life of me figure out the problem. Even imported into dreamweaver (still on windows) the page displays correctly and generates no error messages.<br />
<br />
Any help would be greatly appreciated.<br />
<br />
The url for the page is:<br />
<!-- m --><a class="postlink" href="http://www.arches.uga.edu/~dkimball/site/home.html">http://www.arches.uga.edu/~dkimball/site/home.html</a><!-- m --><br />
<br />
<br />
Thanks in advance,<br />
dkimball<!--content-->Yep...... the images........<br />
Put the td's on one line in your code.<br />
I used Arachno: Tools - Beautify - Compress.<br />
Alle the code is then compressed.<br />
Line gone.......<br />
<!-- w --><a class="postlink" href="http://www.arachnoid.com">www.arachnoid.com</a><!-- w --> freeware.<!--content-->To clarify if needed...<br />
<br />
Take anything that looks like this...<br />
<td><br />
<img><br />
</td><br />
<br />
And change it to this...<br />
<br />
<td><img></td><br />
<br />
One of the rare cases when spaces (or returns) makes a difference in the page rendering.<!--content-->
 
Back
Top