Log in

View Full Version : How to remove underlining from Hyperlinks?



Lattman
03-30-2006, 01:12 AM
Hi,

I managed to learn a lot from this forum and got my site together pretty OK. One thing that's getting on my nerves is all that underlining on the hyperlinks, was wondering if there was a way to get ride of them!

Thx in advance,

jscheuer1
03-30-2006, 05:41 AM
Put this in your head:


<style type="text/css">
a {
text-decoration:none;
}
</style>

Often a bad idea though. How will folks know that they are links now?

Opasna
03-30-2006, 05:46 AM
Why that bother U so much, U can change a color , and links will be less visible, right? Just my two cents :?

jscheuer1
03-30-2006, 06:12 AM
Why that bother U so much, U can change a color , and links will be less visible, right? Just my two cents :?

Do you mean U as in <U> or as in 'you'?

Twey
03-30-2006, 12:32 PM
Ah, and now the disadvantages of daft abbreviations hit home. :p