abutton
07-13-2006, 03:09 PM
Hello there, everyone!
I'm not sure if this question has an answer, other than my hosting is acting weird again (it's happened before...). My style sheet wasn't working quite right--the links were their normal bright blue with underline. The rest of the links were working fine (the hover, active, and visited). I couldn't get it fixed, so I tried moving the external style sheet into the <head> of my page. And then it worked. So I got everything set just how I liked it, and then moved it back to an external style sheet (I just copied & pasted, so I didn't change anything.) because I want to use it on more than one page. But now the links aren't right again.
So does anyone know why that might be? Is it just a problem with my hosting?
Here's my code:
<style type="text/css">
A:link {
text-decoration: none; color: #009900; font-weight: bold; }
A:visited {
text-decoration: none; color: #009900; font-weight: bold; }
A:hover {
text-decoration: underline; color: #ffffff; font-weight: bold;
background-color: #009900; }
A:active {
text-decoration: none; color: #009900; font-weight: bold; }
</style>
Thanks in advance!!
-Audrey-
I'm not sure if this question has an answer, other than my hosting is acting weird again (it's happened before...). My style sheet wasn't working quite right--the links were their normal bright blue with underline. The rest of the links were working fine (the hover, active, and visited). I couldn't get it fixed, so I tried moving the external style sheet into the <head> of my page. And then it worked. So I got everything set just how I liked it, and then moved it back to an external style sheet (I just copied & pasted, so I didn't change anything.) because I want to use it on more than one page. But now the links aren't right again.
So does anyone know why that might be? Is it just a problem with my hosting?
Here's my code:
<style type="text/css">
A:link {
text-decoration: none; color: #009900; font-weight: bold; }
A:visited {
text-decoration: none; color: #009900; font-weight: bold; }
A:hover {
text-decoration: underline; color: #ffffff; font-weight: bold;
background-color: #009900; }
A:active {
text-decoration: none; color: #009900; font-weight: bold; }
</style>
Thanks in advance!!
-Audrey-