Click to See Complete Forum and Search --> : linking graphics


EDDIE C
04-21-2009, 12:42 AM
I am very new to html and would appreciate your help. I am trying to link a graphic on my site to a page on my site. I have made the code link to the page however, it is creating another box below the graphic and not linking the graphic. Here is the way i created the code...what is wrong?

any help appreciated

<IMG SRC="images/seehowitworksbutton.gif" ALT="SEE HOW IT WORKS" WIDTH=200 HEIGHT=100><A HREF="page3/page3.html"><IMG SRC="seehowitworksbutton.gif" ALT="HOW IT WORKS"></A>

Fang
04-21-2009, 02:16 AM
<a href="page3/page3.html"><img src="images/seehowitworksbutton.gif" alt="SEE HOW IT WORKS" width="200" height="100"></a>

EDDIE C
04-21-2009, 11:21 AM
THANKS FANG,

IT WORKS GREAT!... This novice really appreciates the assistance.