Hi All.
I have a footer in my site
I have set up an a:link style that just happens to almost exactly match my background image, so I attempt to override it using two techniques
or
with the appropriate class declaration in the code for the second method.
Neither method works and the link color never changes.
Any thoughts?
Thanks,
BFP
I have a footer in my site
Code:
<div id="footer">
I have set up an a:link style that just happens to almost exactly match my background image, so I attempt to override it using two techniques
Code:
#footer a:link {color:fff;}
or
Code:
a.footer-link:link {color:fff;}
with the appropriate class declaration in the code for the second method.
Neither method works and the link color never changes.
Any thoughts?
Thanks,
BFP