How to eiminate link underscore?

R

Rick Sparks

Select the text on the page that is the link.
Uncheck the Underscore button that will automatically be selected... the one
used for Font formatting in the toolbar at the top.
 
A

Andrew Murray

Mark said:
How can one eliminate the underscore on a link in frontpage 2000?

With styles.


a: link {

text-decoration: none;

}

or a { text-decoration: none}
 
Top