underlined links

  • Thread starter Thread starter Newsie
  • Start date Start date
highlight the link, and click the font "underline" button. Click out of the
highlight, save.
 
Or, add this to the head section of the page in code view and it will remove
all hyperlink underlines:

<style type="text/CSS">
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