Link Code Help! |
Link Code Help! |
Feb 12 2007, 04:48 PM
Post
#1
|
|
|
Member ![]() ![]() Group: Member Posts: 26 Joined: Feb 2007 Member No: 502,548 |
Hey again guys!
I have one more question, so sorry, heh. I'm editing my layout right now and I came upon a problem that has to do with the color of my links. This is what the color of my links look like without clicking on them: http://img463.imageshack.us/img463/2723/picture8xl1.png When I click on any of the links and then push the page button, my visited links turn this color: http://img463.imageshack.us/img463/4743/picture9au9.png I don't want this to happen. I would like my links to remain the same color and size just as in the first picture. Can someone help me please? Is there a code for this?? Thank you so much. You guys have helped me a lot so far!! :D - N. |
|
|
|
![]() |
| *Intercourse.* |
Feb 12 2007, 05:48 PM
Post
#2
|
|
Guest |
You can get rid of the codes that you have to edit the links and just add this, it will change all the links to the selected color you choose though:
QUOTE a:link, a.man:link, a.text:link, a:visited, a.man:visited, a.text:visited, a:active, a.redlink:active, a.redlink:visited, a.redlink:link, a.navbar:link, a.navbar:visited, a.navbar:active {font-family:small fonts; font-size: 7px; color: ffffff; font-weight: normal; text-decoration: none; letter-spacing: 0px; text-transform: uppercase; padding: 0px; line-height: 11px; background-color: transparent; border: 0px solid 000000;} a:hover, a.man:hover, a.text:hover, a.redlink:hover, a.navbar:hover {font-family:small fonts; font-size: 7px; color: ffb11a; font-weight: normal; text-decoration: none; letter-spacing: 0px; text-transform: uppercase; padding: 0px; line-height: 11px; background-color: transparent;} Change the bold part to the color you want the links to remain. If you need me to explain what to edit I will. |
|
|
|
Cherryluv77 Link Code Help! Feb 12 2007, 04:48 PM
toyo loco CODEa:visited{color: COLOR HERE; font-fami... Feb 12 2007, 05:02 PM
Cherryluv77 Thanks for your help, but it's still not worki... Feb 12 2007, 05:45 PM
Cherryluv77 ^AHHH! It worked!! The bolded blue is ... Feb 12 2007, 06:03 PM![]() ![]() |