I have absolutely no idea why this doesn't work.
Code:
.header {
color:#FF0000;
}
a.header:link {
color:#996600
}
That's my CSS. But the link below doesn't change colour.
Code:
<p class="header">Not a link. A <a href="linkage.htm">link</a> </p>
I'm completely confused.
|