NewbiDoobie
Technical User
I have an image that when clicked should go to another page. When I tried to add on the hyperlink, there seems to be a grey bar at the bottom of my image and it seems to have now widened.
<td><a href="../free_demo.asp"><img src="img/try_it_now.gif" width="172" height="36"></a></td>
the original code when the box looked great was:
<td><img src="img/try_it_now.gif" width="172" height="36"></td>
how do I fix this?
<td><a href="../free_demo.asp"><img src="img/try_it_now.gif" width="172" height="36"></a></td>
the original code when the box looked great was:
<td><img src="img/try_it_now.gif" width="172" height="36"></td>
how do I fix this?