Why is text underlined in Firefox and Netscape ?

  • Thread starter Thread starter Guest
  • Start date Start date
Links are underlined by default. You can remove it with styles

<style>

body
a { text-decoration: none;}
a link {text-decoration:none;}
a hover {text-decoration: none;}
a visited {text-decoration:none;}

</style>

I think there's a certain order the above have to be in, but I forget which.

You can also do a similar thing within the Page Options/Page Properties.
 
Back
Top