Title: Picture Link
URL: http://www.activejump.com/d-7.shtml
Email: webmaster@activejump.com

Introduction

Making pictures into links can really improve your web page design and make it easier for your visitors to navigate around your site by having buttons and other graphical links. This section explains how to make your pictures into links.
Picture Link
This tag allows you to make pictures into links. The tag looks like <A HREF="url">. The starting tag is <A HREF="url"> and the closing tag is </A>. Between these two tags is where you put the picture tag. The text "url" needs to be replaced with the address you are linking to. Here is an example using the picture link tag.

index.html - Notepad
....<BODY>

<A HREF="http://www.activejump.com">

<IMG SRC="images/ex.gif">

</A>

</BODY>....

My Homepage - Microsoft Internet Explorer