- Jun 17, 2001
- 55,420
- 1,600
- 126
Anybody? I'm starting to get really pissed off @this ish
Is there anything wrong with this script
a:hover {text-decoration: underline}
a:link {text-decoration: none; font-color: "#000000"}
a:visited {font-color: "#000000"}
.header {font-size: 12pt; text-decoration: none; font-color: "#000000"}
.link {font-size: 10pt; text-decoration: none; font-color: blue}
.text {font-size: 10pt}
When I remove the a:link part, and replace .header with font-color: "#0000FF"
and then reference a link with it, ie <a href="blah" class="header">
the link SHOULD be blue right???
Is there anything wrong with this script
a:hover {text-decoration: underline}
a:link {text-decoration: none; font-color: "#000000"}
a:visited {font-color: "#000000"}
.header {font-size: 12pt; text-decoration: none; font-color: "#000000"}
.link {font-size: 10pt; text-decoration: none; font-color: blue}
.text {font-size: 10pt}
When I remove the a:link part, and replace .header with font-color: "#0000FF"
and then reference a link with it, ie <a href="blah" class="header">
the link SHOULD be blue right???
