Changing Link Colors? |
Changing Link Colors? |
Mar 23 2006, 02:45 AM
Post
#1
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 32 Joined: Mar 2006 Member No: 386,286 |
I tried searching and couldnt find anything, so ...
What I am trying to do is change the color of the peoples name on my Top 8. I have a black background and I want their names to be white instead of that blueish color. Is this possible? Thanks!! |
|
|
|
![]() |
| *StanleyThePanda* |
Mar 23 2006, 01:50 PM
Post
#2
|
|
Guest |
Yes, it is possible to change that, do you want all your link colors changed?
CODE <STYLE TYPE="text/css"> a:link, a:link font, a:active, a:active font, a:visited, a:visited font, a.navbar:link, a.navbar:active, a.navbar:visited, a.redlink:link, a.redlink:active, a.redlink:visited {font-family: tahoma; font-size: 10px; color: FFFFFF; text-transform: normal; text-decoration: none;} a:hover, a.navbar:hover, a.redlink:hover {font-family: tahoma; font-size: 10px; color: FFFFFF; font-weight: bold; text-decoration: none;} </STYLE> Try adding that, it will change the colors of all the links on your page. |
|
|
|
Mar 23 2006, 02:28 PM
Post
#3
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 32 Joined: Mar 2006 Member No: 386,286 |
Thank you sooooo much StanleyThePanda! I really appreciate that!
EDIT - You can delete this thread! |
|
|
|
Mar 23 2006, 07:27 PM
Post
#4
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,534 Joined: Jul 2005 Member No: 170,127 |
|
|
|
|
![]() ![]() |