Embedding a hyperlink into an image

I need to embed a hyperlink into an image. When the image is clicked in the browser it will go to a linked website.<br />
<br />
Can anyone help?<br />
<br />
pjk<!--content-->use this code...<br />
<br />
<a href=http://www.htmlforums.com/archive/index.php/"http://www.linkhere.com"><img src="img.gif" width="88" height="31" alt="Image"></a><!--content--><A HREF=http://www.htmlforums.com/archive/index.php/"http://website.com"> <IMG SRC="Image.gif" WIDTH=200 HEIGHT=150> </A><!--content-->Thank you both<br />
<br />
I had the <img scr> before the <a href>.<br />
<br />
Works fine now.<br />
<br />
pjk<!--content-->Make sure that you add a title attribute to the <a> anchor tag for popup tooltip text to appear, and that you add an alt attribute to the <img> image tag so that replacement text is available for non-visual browsers, browsers where imaging is turned off or where the image simply failed to load.<!--content-->
 
Back
Top