Sounds like the color scheme is not getting applied. If you post your url I
can look at the code Publisher wrote.
I'd also want to know your version of Pub.
It writes 3, link color, active link color, visited link color.
Publisher only supports standard underlined links.
To remove the underline requires a little snippet of CSS.
You can get that from my sites FAQ page.
But now to do what you are asking for, going on and off with it, that would
require some javascripting.
That means you'd have to code your own links and the script that goes with
it and insert that code via the html code fragment.
You can poke around javascript sites and see if you find anything available
like that for copy/pasting.
--
David Bartosik - Microsoft MVP
Visit
www.davidbartosik.com
for Publisher and Web Design
Tips and How-to's.
LDD said:
I have a few questions about formatting hyperlinks. I have created a
custom scheme, but the color I picked for "Followed Hyperlink" is not
showing up after I click on a hyperlink-it's showing a color not even in my
scheme. Also, when I actually click on the hyperlink, it turns bright blue
(also not in my scheme). How do I change this "pressed" color? Finally, I
don't want my hyperlink to be underlined until it is moused-over. After
clicking it, I want the underline to go away. How do I get it to do that?
Thanks!