a href = white? |
![]() ![]() |
a href = white? |
Oct 27 2005, 03:44 PM
Post
#1
|
|
![]() Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 232 Joined: Sep 2005 Member No: 227,954 |
alright so normally when you want to have a link it comes up blue and the when hovered up it turns red...any way to change this? thanks!
|
|
|
|
Oct 29 2005, 03:56 AM
Post
#2
|
|
![]() tattoo you !!! ____________ ![]() ![]() ![]() ![]() Group: Member Posts: 112 Joined: Aug 2005 Member No: 212,224 |
QUOTE(Sc7789 @ Oct 27 2005, 3:44 PM) alright so normally when you want to have a link it comes up blue and the when hovered up it turns red...any way to change this? thanks! there are a lot of different links! I'm assuming your talking general page links you know you need to paste your codes between style tags OK this is what i use . . . change the colors to your liking <STYLE> .comment{ ~~Page Links~~ } a:link{color:404040;} a:visited{color:404040;} a:active{color:404040;} a:hover{color:BLUE;} </STYLE> every code goes between one only one set of style tags per editing section |
|
|
|
![]() ![]() |