Why is text underlined in Firefox and Netscape ?

A

Andrew Murray

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.
 

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

Top