CSS link
Hej !Mine link bruger ikke det eksterne style sheet jeg har lavet. De er blot standard blå. Jeg ville gerne have dem til at være hvide. Mit CSS ser således ud:
<STYLE TYPE="text/css">
a:link {
color: #FFFFFF;
text-decoration: none
}
a:visited {
color: #FFFFFF;
text-decoration: none
}
a:hover {
color: #FFFFFF;
text-decoration: underline; background:#9ABAC9
}
BODY {
font-family : Tahoma, Verdana, Arial, sans-serif;
font-size : 12px;
}
p
{ color: white;
}
ul {
color: white;
}
</STYLE>
