Quote:
Originally Posted by dareutwo
A:link {
color: #fffc29;
text-decoration: none;
}
A:visited {
color: #fffc29;
text-decoration: none;
}
A:hover {
color: #fffc29;
text-decoration: underline
}
|
OK, that works, and if I have CSS that spells out a text color for a specific ahref that's a different color, that takes precedence over theA: link, visited, hover's color.
Thanks again Dare