nickk
18 Feb 2006, 09:33 AM
Hi,
Im a PHP coder who has to work with a layout made out of tables. There is an image in the layout, a button, that I need to make a link out of it. Without the <a href=....></a> it looks fine:
<td>
<img name="button_quick****" src="images/button_quick****.gif" width="37" height="37" border="0" alt="">
</td>
But with it, it looks bad:
<td>
<a href="index.php?videoid=random" border=0>
<img name="button_quick****" src="images/button_quick****.gif" width="37" height="37" border="0" alt="">
</a>
</td>
Image included:
Image (http://img357.imageshack.us/my.php?image=quick1td.jpg)
How can I fix this?
Im a PHP coder who has to work with a layout made out of tables. There is an image in the layout, a button, that I need to make a link out of it. Without the <a href=....></a> it looks fine:
<td>
<img name="button_quick****" src="images/button_quick****.gif" width="37" height="37" border="0" alt="">
</td>
But with it, it looks bad:
<td>
<a href="index.php?videoid=random" border=0>
<img name="button_quick****" src="images/button_quick****.gif" width="37" height="37" border="0" alt="">
</a>
</td>
Image included:
Image (http://img357.imageshack.us/my.php?image=quick1td.jpg)
How can I fix this?