i’ve got a real basic webpage (built w/dreamweaver) which displays fine in mozilla, etc. but in IE there’s a wierd vertical space inserted after a table (see attached image… the leg of the starfish) I can’t seem to figure out what in the code is making this appear this way in IE.
any help would be great (i don’t have whole lot of html/table experience!)!!!
thanks!
here’s the section of my code:
<body onload="MM_preloadImages('images/headerro_02.jpg','images/headerro_03.jpg','images/headerro_04.jpg','images/headerro_05.jpg','images/headerro_06.jpg','images/headerro_07.jpg','images/btmbrovr.jpg')">
<table width="810" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="5" bgcolor="#FFFFFF"> </td>
<td width="800" bgcolor="#99CCCC"><img src="images/header_01.jpg" width="800" height="127" />
<table border="0" cellpadding="0" cellspacing="0">
<td><a href="index.html" target="_top" onclick="MM_nbGroup('down','group1','home','images/headerro_02.jpg',1)" onmouseover="MM_nbGroup('over','home','images/headerro_02.jpg','images/headerro_02.jpg',1)" onmouseout="MM_nbGroup('out')"><img src="images/header_02.jpg" alt="home" name="home" width="207" height="51" border="0" id="home" onload="" /></a></td>
<td><a href="cards.html" target="_top" onclick="MM_nbGroup('down','group1','cards','images/headerro_03.jpg',1)" onmouseover="MM_nbGroup('over','cards','images/headerro_03.jpg','images/headerro_03.jpg',1)" onmouseout="MM_nbGroup('out')"><img src="images/header_03.jpg" alt="cards" name="cards" width="62" height="51" border="0" id="cards" onload="" /></a></td>
<td><a href="watercolor.html" target="_top" onclick="MM_nbGroup('down','group1','watercolor','images/headerro_04.jpg',1)" onmouseover="MM_nbGroup('over','watercolor','images/headerro_04.jpg','images/headerro_04.jpg',1)" onmouseout="MM_nbGroup('out')"><img src="images/header_04.jpg" alt="watercolor paintings" name="watercolor" width="172" height="51" border="0" id="watercolor" onload="" /></a></td>
<td><a href="order.html" target="_top" onclick="MM_nbGroup('down','group1','order','images/headerro_05.jpg',1)" onmouseover="MM_nbGroup('over','order','images/headerro_05.jpg','images/headerro_05.jpg',1)" onmouseout="MM_nbGroup('out')"><img src="images/header_05.jpg" alt="to order" name="order" width="114" height="51" border="0" id="order" onload="" /></a></td>
<td><a href="mailto:danandsarahcooper@yahoo.com" target="_top" onclick="MM_nbGroup('down','group1','contact','images/headerro_06.jpg',1)" onmouseover="MM_nbGroup('over','contact','images/headerro_06.jpg','images/headerro_06.jpg',1)" onmouseout="MM_nbGroup('out')"><img src="images/header_06.jpg" alt="contact" name="contact" width="124" height="51" border="0" id="contact" onload="" /></a></td>
<td><a href="about.html" target="_top" onclick="MM_nbGroup('down','group1','about','images/headerro_07.jpg',1)" onmouseover="MM_nbGroup('over','about','images/headerro_07.jpg','images/headerro_07.jpg',1)" onmouseout="MM_nbGroup('out')"><img src="images/header_07.jpg" alt="about sarah" name="about" width="121" height="51" border="0" id="about" onload="" /></a></td>
</table>
<br />