Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Publisher / Web Design / February 2006

Tip: Looking for answers? Try searching our database.

Hyperlink hover colors when browsing

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Terence - 24 Feb 2006 11:49 GMT
I use Publisher 2003.
How do I choose a color  that a hyperlink will change to in the browser when
the mouse hovers over it, before clicking it.

This option does not seem to be available in Color Schemes. All we have is
main text, link colour and followed color?

Thanks in advance
Geoffrey - 26 Feb 2006 12:00 GMT
Terence, insert an html fragment in an empty space on the background layer
and write the following code:

<STYLE>
<!--
A:link {text-decoration:none}
A:active {text-decoration:none}
A:visited {text-decoration:none}
A:hover {color:rgb(###,###,###)}
-->
</STYLE>

Note:### stands for a number from 0 to 255. Check the 3 numbers
corresponding to your the colour you want on your colour chart. You can add
other properties, like text-decoration:underline and/or font-weight:bolder
after the color specification, but you must separate them with a space and a
semi-colon.

> I use Publisher 2003.
> How do I choose a color  that a hyperlink will change to in the browser when
[quoted text clipped - 4 lines]
>
> Thanks in advance

Rate this thread:






 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.