The skin1.css has the 4 styles in it for URL links:
A:link, A:hover, A:visited, A:active
Since these are used globally throughout, I cannot mess with these. But I would like to have a second set of styles that has a different link and hover color and decoration. How can I create a second set so that when I do a "A href=" within the .tpl, the new styles are applied and not the standard ones?
Rght now, if I have:
{....}
no matter what I put into that class style that references the text, the "A:link" overrides the displaying of it to whatever the A:link is set for in the CSS.
Thanks much!!
Brian