Could someone correct the following code?
I have 2 pictures in this table, There is a gap between the images (I want rid of it) as it's one image sliced.
Cheers
WC2
<table width="75" border="0">
<tr>
<td><img src="central_1x1.jpg" width="870" height="157"></td>
</tr>
<tr>
<td height="38"><img src="central_2x1.jpg" width="870" height="36"></td>
</tr>
</table>
I have 2 pictures in this table, There is a gap between the images (I want rid of it) as it's one image sliced.
Cheers
WC2
<table width="75" border="0">
<tr>
<td><img src="central_1x1.jpg" width="870" height="157"></td>
</tr>
<tr>
<td height="38"><img src="central_2x1.jpg" width="870" height="36"></td>
</tr>
</table>



Comment