i really need to remove the grey space under my image in my <td>.
I have set all my cellpadding and cellspacing to zero.
It is fine in safari and firefox, but in ie there is an annoying space. here is the page
http://www.imagex.co.uk/imagetest/
and here is my code:-
----------
<table width="900" cellpadding="0" cellspacing="0">
<tr>
<td colspan="2" align="center" height="25" bgcolor="#6d6a6a">
<table height="25" cellpadding="0" cellspacing="0" border="0">
<tr>
<td height="25">
<img src="buttonhome.jpg" name="a" border ="0">
</td>
</tr>
</table>
</td>
</tr>
</table>








Bookmarks