Title: Picture Links
URL: http://www.activejump.com/g-2.shtml
Email: webmaster@activejump.com

Introduction

A picture link allows the programmer to create a picture that acts as a link, so that when it is clicked on by a user, it will transfer them to another web page.
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