Easy Question - Add Description to Link

P

Phillip Vong

FP 2003

I know it's easy, but I don't know where it is. I just want to add a
description to a link so when people move their mouse over it, they will see
it. Example - if they move their mouse over a link, it should say "This
link will take you to x page."

TIA

Phil
 
S

Stefan B Rusynko

In the hyperlink dialog set the Screen Tip or add a title attribute in html/code view (title="something")




"Phillip Vong" <phillip_vong*at*yahoo*dot*com> wrote in message | FP 2003
|
| I know it's easy, but I don't know where it is. I just want to add a
| description to a link so when people move their mouse over it, they will see
| it. Example - if they move their mouse over a link, it should say "This
| link will take you to x page."
|
| TIA
|
| Phil
|
|
 
R

Ronx

Add a title attribute to the hyperlink:

In all versions of FrontPage:
In code (HTML) view:
<a href="mypage.htm" title="description of mypage">Go to my page</a>

In FrontPage2003, in the hyperlink dialogue (right click the link in Design
view, and choose properties) add a screen tip using the Screen Tip button.

Ron
 
Top