Hi!
im unable to make the images displayed beside each other wihtout gaps.
this is my code:
[html]
<table width=600 hight=800>
<tr>
<td>
<a href="Images/bg2.gif" target="_blank" > <img src=Images/pic2.jpg></a>
<a href="Images/bg2.gif" target="_blank" > <img src=Images/pic2.jpg></a>
<a href="Images/bg2.gif" target="_blank" > <img src=Images/pic2.jpg></a>
</td></tr>
</table>
[/html]
but in the output the images have space inbetween. is there a way to put them without any space . thx
im unable to make the images displayed beside each other wihtout gaps.
this is my code:
[html]
<table width=600 hight=800>
<tr>
<td>
<a href="Images/bg2.gif" target="_blank" > <img src=Images/pic2.jpg></a>
<a href="Images/bg2.gif" target="_blank" > <img src=Images/pic2.jpg></a>
<a href="Images/bg2.gif" target="_blank" > <img src=Images/pic2.jpg></a>
</td></tr>
</table>
[/html]
but in the output the images have space inbetween. is there a way to put them without any space . thx
Comment