I really need help with this.
I have a plain website coded. And I need certain images on it to be hyperlinked.
For example:
http://img41.imageshack.us/my.php?image=...
The part where it says " i love you. " is a button.
I have the following code set for it.
<td colspan="6">
<img src="images/template2_03.gif" width="143" height="48" alt=""></td>
BUT, when I try to turn it into a hyperlink, it miss aligns and turns out like this;
http://img41.imageshack.us/my.php?image=...
This is how I coded it to make it a hyperlink.
<td colspan="6">
<a href="http://www.url.com/">
<img src="images/template2_03.gif" width="143" height="48" alt=""></td>
Can someone please help me?
I NEED THIS URGENTLY DONE!
My MSN is counterfragx24@hotmail.com if you want faster communication.
Thank you to anyone who can help.
|