underlined links

D

d.ruth

highlight the link, and click the font "underline" button. Click out of the
highlight, save.
 
S

Steve Easton

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
 
Top