Im trying to get a style to have its own attributes for links but I cant seem to get it right,
.watermark {
color: #BF0F17;
}
.watermark a:visited {
color: #CC1111;
text-decoration: none;
}
.watermark a:hover {
color: #CD0C11;
text-decoration: underline;
}
.watermark a:active {
color: #CD0C11;
text-decoration: none;
}
What did I do wrong?
Aqua-Soft Forums