Stolence
2008-11-02 07:22:19 UTC
a:link {
color: #FFFFFF;
background-color: #000000;
}
a:visited {
color: #FFFFFF;
background-color: #000000;
}
a:hover {
color: #000000;
background-color: #FFFFFF;
}
But the links still have an underline... Hah, I even tried adding "text-decoration: none;" into the coding, but it didn't work... Worth a shot :P
While I'm here, does anyone know how to have TWO link styles on a website? Say, main buttons one style, and all the other links throughout the site another? I have looked at some page sources, to see how they do it, but they have attached a style.css document and I cannot see their coding.
What I DO see, however, is with these 'main buttons' they have added a tag before the , eg:
Any ideas??