Easy Question - Add Description to Link

  • Thread starter Thread starter Phillip Vong
  • Start date Start date
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
 
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
|
|
 
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
 
"tool tips" - and it's at the very top of the insert hyperlink dialogue box.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top