SimonTheSponge
Programmer
Hi I have the following html
<table width="100%" border="0" cellpadding = "0" cellspacing = "0" bgcolor="#DCDCC8" >
<tr>
<td>
<img src="banner.jpg" border="0" alt="">
</td>
<td>
 
</td>
</tr>
</table>
hoping that the height of the table would match that of the image banner.jpg, however at the bottom of this image I keep getting a small amount of padding is there anything that I've missed ?
<table width="100%" border="0" cellpadding = "0" cellspacing = "0" bgcolor="#DCDCC8" >
<tr>
<td>
<img src="banner.jpg" border="0" alt="">
</td>
<td>
 
</td>
</tr>
</table>
hoping that the height of the table would match that of the image banner.jpg, however at the bottom of this image I keep getting a small amount of padding is there anything that I've missed ?