I have a link with the following format:
a:link
{
color: #034af3;
}
a:editedLink
{
color: #FFFFFF;
}
along with the above I want to have a link with the following and I want to use both of them in my page depending upon my requirement.
How can I do the above?
Your question is not clear.
There are some pseudo classes in css for links
they are
Pseudo-classes can be combined with CSS classes like
If this is not you want ,pls explain a bit further