This is done by putting the tags for the in-line image inside the hypertext portion of the anchor tags.
See Below:
<A HREF="name.htm"> <IMG SRC="picture.gif"> text to display</a>
In the following example you will jump to a page called graphic.htm. You can use the usflag.gif file you downloaded in step 10. We'll also use the Name= command from step 14 to so we can get back to this spot when we return from the graphic page. The name we'll use is jump1
<A NAME="JUMP1" HREF="graphic.htm"> <IMG SRC="usflag.gif"> text to display>
Now when someone clicks on the text or the flag, they will go to the new page.
It's not necessary to have both a graphic and text, but for people viewing your page without graphics on, it does make it look better and lets them know what to do.
You will create an in-line image like you did in step 11 and use the small image to call up the larger one on a separate page.
To do this example you need a large and small picture.
Below are copies of a large and small picture of a freeway. Click on each once to display/download the GIF file to your computer. (If your forgot how to download see the instructions)
Save them in the same directory as your HTML text file as carsmall.gif and carbig.gif.
The following example will use the small picture to link to the big picture.
<A HREF="carbig.gif"> <IMG SRC="carsmall.gif"> " See Full Size Picture"</A>
This will produce:
When a person clicks on the graphic image they see the small picture of the cars. When they click on the "See Full Size Picture" text, they are then shown the larger picture on a separate page. Give it a try!!
Using a graphic button is a nice way to dress up you page, but don't get carried away with graphics. To much of a good thing can get tiring to others. Experiment with different types of links until you feel comfortable with them.
© 1996 l_curreri@yahoo.com
Visit My Home Page
last modified: January 14, 2002
This page hosted by Get your own Free Home Page