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
 
Back
Top