Hyperlinks on current page

L

Laurie F

I have a navigation bar (custom, not FP-made) and I want
the appearance of the current page's link to be somehow
different...i.e. not underlined, a different color. For
example, the bar says:

home links faqs

When I am at the faq page I want that part of the bar to
be faded out or something similar. Right now it still
appears as an active link.

Thanks
 
J

Jim Buyens

FrontPage Link Bars don't have this capability.

To get this behavior, you'd have to program your own link
bar in JavaScript, ASP, ASP.NET, or whatever.

Jim Buyens
Microsoft FrontPage MVP
http://www.interlacken.com
Author of:
*----------------------------------------------------
|\---------------------------------------------------
|| Microsoft Office FrontPage 2003 Inside Out
||---------------------------------------------------
|| Web Database Development Step by Step .NET Edition
|| Microsoft FrontPage Version 2002 Inside Out
|| Faster Smarter Beginning Programming
|| (All from Microsoft Press)
|/---------------------------------------------------
*----------------------------------------------------
 
A

Andrew Murray

can't you just change the page properties (and individual hyperlinks) to make the
active link a different colour and apply styles (eg.active link: text-
decoration:none).....or something like that.
 
S

Stefan B Rusynko

The way your links appear in tool bars depends on whether you are using a theme (graphics) or text
If text - right click the page and set page properties background (hyperlink colors)
If using a Theme make sure you are using the theme w/ active graphics selected



| I have a navigation bar (custom, not FP-made) and I want
| the appearance of the current page's link to be somehow
| different...i.e. not underlined, a different color. For
| example, the bar says:
|
| home links faqs
|
| When I am at the faq page I want that part of the bar to
| be faded out or something similar. Right now it still
| appears as an active link.
|
| Thanks
 
Top