Forum Moderators: not2easy
I cannot get my links to change to the color I've specified below. It always defaults to the normal blue. It seems like I've tried everything. Any sugguestions? Thanks.
a:link {
color: #26629E1;
text-decoration: underline;
}
a:visited {
color: #3D87D1;
text-decoration: underline;
}
a:hover {
color: #3D87D1;
text-decoration: none;
}
a:active {
color: #3D87D1;
text-decoration: underline;
}