Savannah_W
07-13-2009, 05:03 AM
I've been trying to get my links to change colors and underline them. But the code I found on the site isn't working. This is what I'm doing:
A:link
text-decoration: value; [overline] color:#000000;
A:visited
text-decoration: value; [overline] color:#000000;
A:active
text-decoration: value; [overline] color:#000000;
A:hover
text-decoration: value; [line-through] color:#000000;
Is this right? Where do I place it? Im just so confused :(
A:link
text-decoration: value; [overline] color:#000000;
A:visited
text-decoration: value; [overline] color:#000000;
A:active
text-decoration: value; [overline] color:#000000;
A:hover
text-decoration: value; [line-through] color:#000000;
Is this right? Where do I place it? Im just so confused :(