Links, How do I Add One

  • Thread starter HOW DO I ADD A LINK (PICTURE) TO A WORD?
  • Start date
H

HOW DO I ADD A LINK (PICTURE) TO A WORD?

How do I add a picture(link) to a sentence? For Example, I have Harley
Davidson of Valparaso, I want to underline it and when you click on it you go
to the picture of the dealership.
 
T

Tom Pepper Willett

Try the FP help files under hyperlink.

--
===
Tom "Pepper" Willett
Microsoft MVP - FrontPage
---
About FrontPage 2003:
http://office.microsoft.com/home/office.aspx?assetid=FX01085802
FrontPage 2003 Product Information:
http://www.microsoft.com/office/frontpage/prodinfo/default.mspx
Understanding FrontPage:
http://msdn.microsoft.com/office/understanding/frontpage/
FrontPage 2002 Server Extensions Support Center:
http://support.microsoft.com/default.aspx?scid=fh;en-us;fp10se
===
"HOW DO I ADD A LINK (PICTURE) TO A WORD?" <HOW DO I ADD A LINK (PICTURE) TO
A [email protected]> wrote in message
| How do I add a picture(link) to a sentence? For Example, I have Harley
| Davidson of Valparaso, I want to underline it and when you click on it you
go
| to the picture of the dealership.
 
L

Linking

Easy, you will need to put a hyperlink tage before the sentence "Harley
Davidson of Valparaso". It will look like this:

<a href=nameofpicture.jpg>Harley Davidson of Valparaso</a>

Notice that you have an open tag before the sentence which says A href.
This is an "Anchor tag telling it to then go to a hyperlink called
"nameofpicrure.jpg". This is the name of the file on the server (the picture
you want to show). You will need to have the correct address to that picture
on the server, along with the correct picture name.

You then have a closing tag at thend.

Frontpage does this quite easily. You highlight the text you want linked
with your mouse, and click on the icon of the world with a little chain link
in front of it. This will open the Link window. There is an Address field
that you will type the name of the picture in, then click "OK". Save your
file and publish it, or however you get it to the server. Then you can open
the file in a browser window and click on it to bring up the picture.

Hope it helps!

Mark
 
Top