View Full Version : How do you change the color of a link?


jessi15
12-03-2003, 11:21 PM
I'm sure it's really simple but I don't remember how. Could someone please tell me?

hockyfan641
12-03-2003, 11:29 PM
a:link {color: #FF0000}
a:visited {color: #00FF00}
a:hover {color: #FF00FF}
a:active {color: #0000FF}

jessi15
12-03-2003, 11:50 PM
thanks, but ummm... do you need to put something around it because it is just going as text on my webpage?

jessi15
12-03-2003, 11:52 PM
oh nevermind I got it i just had to add <style></style>. Can you tell i'm somewhat new to this?


Thanks a ton!

hockyfan641
12-03-2003, 11:53 PM
sorry, should have mentioned that. <style type="text/css">css</style>

make sure it goes in your head section.

jessi15
12-04-2003, 12:02 AM
yup got it.

:)ThAnKz!!!:)

hockyfan641
12-04-2003, 01:42 AM
:)

your welcome