how do you add effects to links

D

DavidF

Reference: Replace underlined hyperlinks in your Publisher web with non
underlined hyperlinks:
http://msmvps.com/blogs/dbartosik/archive/2006/01/12/81269.aspx

http://cssjuice.com/20-popular-css-online-tools/

http://www.cssplay.co.uk/index

a couple samples:

<style>
a{text-decoration:none;}
a:hover {text-decoration: underline;}
</style>

and:

<style>
a{text-decoration:none;}
a:hover {color: #930015; font-weight: Bold; text-decoration: none;}
</style>

Just use the insert html code fragment tool to insert the snippets into your
web page, do a web page preview and test. Modify as needed.

DavidF
 

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

Top