I have the following scenario :
<table>
<tr>
<td> Picture here </td>
<td> writing here </td>
</tr>
</table>
The pictue is leaving a tiny space to the left, I was looking for a way to get it to leave no spaces (Padding 0; Margin 0; in body tags isnt working)
Going through the FAQ's I found the following to use on the image, it sorts out the problem with the image but also moves my text across to the left.
<img src="Imagename.bmp" style="position:absolute; left:0; top:0;" border="0">
Is there a way that it will only effect the image and not the text aswell ?
I heard you could put the whole page in a div ??
Thanx.
<table>
<tr>
<td> Picture here </td>
<td> writing here </td>
</tr>
</table>
The pictue is leaving a tiny space to the left, I was looking for a way to get it to leave no spaces (Padding 0; Margin 0; in body tags isnt working)
Going through the FAQ's I found the following to use on the image, it sorts out the problem with the image but also moves my text across to the left.
<img src="Imagename.bmp" style="position:absolute; left:0; top:0;" border="0">
Is there a way that it will only effect the image and not the text aswell ?
I heard you could put the whole page in a div ??
Thanx.