• Howdy! Welcome to our community of more than 130.000 members devoted to web hosting. This is a great place to get special offers from web hosts and post your own requests or ads. To start posting sign up here. Cheers! /Peo, FreeWebSpace.net
managed wordpress hosting

links...

I did that by accident. It's verry easy: first use something like
Code:
 a {color: black, text-decoration: none}
a.sec {color:white}
and than in a link: <a class="sec" href="..
That should work.
 
actualy I think cowax means that he only wants to change the color of the line under the text ...

but I don't think that's possible with such an easy CSS-style
 
It should: I made an error, now it should work
a {color: black, text-decoration: none}
a.sec {color:white, text-decoration: underline}
 
Back
Top