Re: Color of hyperlink -
09-22-2004
, 10:12 AM
Bob wrote: Quote:
Hello,
I have an <h1> banner that is white font on black background. I am using CSS
to style the banner in white on black.
I would like to hyperlink the words, but I want to force the hyperlink to
remain white in color rather than changing colors due to the hyperlink. Just
for the banner hyperlinks - not for the whole page with other hyperlinks.
Is there a way to force the banner hyperlink to remain white? |
Followups set to ciwas.
h1 a { color: white; }
--
Mark. http://tranchant.plus.com/ |