I am getting a space above and below my cells. I have cellspacing and padding at 0px. This is an issue that is only showing up in IE, all others seem fine: Safari and Firefox!
Ihave been scouring the internet, but have yet to identify the problem. Here is the code:
<div id="contentBox">
<table border="0" width="738" height="245" cellpadding="0px" cellspacing="0px" rowspace="0px" colspace="0px">
<tr height="11">
<td colspan="3" valign="bottom" align="center"><img src="images/contentBox_side_03.gif" width="738" border="0" height="11"/>
</td>
</tr>
<tr>
<td valign="top" align="left" width="17"><img src="images/contentBox_side_05.gif" height="222" width="22" border="0" />
</td>
<td width="700">Information about Tear It Up!- coming soon.
</td>
<td valign="top" align="right" width="22"><img src="images/contentBox_side_07.gif" height="222" width="22" border="0" />
</td>
</tr>
<tr height="12">
<td colspan="3" valign="bottom" align="left"><img src="images/contentBox_side_08.gif" width="738" border="0" height="12"/>
</td>
</tr>
</table>
</div>
any help!??![]()



Bookmarks