Removing Underline from Hyperlink Text

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Looking for any suggestions on how to prevent text hyperlinks from being
underlined in Front Page 2003. I've looked everywhere in Front Page to try
and figure out how to do this and no luck. Any advice would be appreciated.
 
Add this to the head section of the page and it will remove the underlines from all links on the
page:

<style>
<!--
a{text-decoration:none}
// -->
</style>


--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer
 

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