I want to be able to convert the image to a hyperlink in the below code so the image can be moused over then clicked to link to another page on my site:
Thanks in advance.HTML Code:<td onMouseOver="document.getElementById('hide1').style.display='none';document.getElementById('show1').style.display='inline';" onMouseOut="document.getElementById('show1').style.display='none';document.getElementById('hide1').style.display='inline';"> <img src="images/smiths1_04.gif" width="117" height="50" alt="" id="hide1"><img src="images/smiths_04.gif" id="show1" style="display:none" /></td>



Reply With Quote

Bookmarks