more than one a:link,

liunx

Guest
Hello:
I would like to apply more than style to a <A HREF=''>

How can I do it and how does it apply


two.a:link {


if that is correct how do I apply it to the <A HREF=''>


Thanksselector:pseudo-class is the correct syntax, so you can use any selector you wish, such as a.two:link{}
 
Back
Top