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. |
|
|
|
![]() |
Feb 12 2007, 05:45 PM
Post
#2
|
|
|
Member ![]() ![]() Group: Member Posts: 26 Joined: Feb 2007 Member No: 502,548 |
Thanks for your help, but it's still not working. I want that bolded blue to go away..please help. ^_^ Here's the code and what I have so far: (I want all the links to be pink like in the first picture...when I hover over a link, I want it to be black and underlined. When I click on a link and go back, I just want it to be like in the first pic again...ahh, so sorry, I'm new to all this code stuff.)
QUOTE <style>.r{}</style>
<body background="http://img181.imageshack.us/img181/9364/picture18kh3.png"> <style type="text/css"> .r{} body { background-color:fffbfb; margin-left:0;} table, tr, td { background-color:transparent; border: 0px; padding:2 } table table { border: 0px } table table table { border:1px dotted; border-color:FF4788; background-color:ffffff} table table table table { border: 0px } body, td, li, p, div, textarea, li, h1, h2, p, br { font-family: Arial, verdana, sans-serif; font-size:10px; text-transform:;line-height: 11px } color:000000; line-height:1.5em } .text { font-family: Arial, verdana, sans-serif; font-size; font-size; font-size:10px; color:000000;text-transform: uppercase;line-height: 11px } .nametext { font-family:Arial, verdana, sans-serif; font-size; font-size:10px; font-weight:bold; color:000000; text-transform: uppercase;line-height: 11px } text-transform:uppercase } .blacktext10 { font-family:Georgia; font-size:11pt; color:AC5070} .orangetext15 { font-family:Georgia; font-size:12pt; color:AC5070} .lightbluetext8 { font-family:Georgia; font-size:11pt; color:000000 } .blacktext12 {font-family:Georgia; font-size:11pt; color:AC5070; text-align:center } .btext { font-family:Georgia; font-size:11pt; color:AC5070} .whitetext12 { font-family:Georgia; font-size:11pt; color:B3C809} .redbtext { font-family:Georgia; font-size:11pt; color:000000 } A:LINK { font-family:Arial, verdana, sans-serif; text-decoration:none; font-weight:none; color:f94489; font-weight:normal; A:ACTIVE { font-family:Arial, verdana, sans-serif;; text-decoration:none; font-weight:none; color:9e0764; font-weight:normal} A:VISITED { font-family:Arial, verdana, sans-serif;; text-decoration:none; font-weight:none; color:9e0764; } font-weight:normal} A:HOVER { font-family:Arial, verdana, sans-serif; text-decoration:underline; font-size:10px; color:000000; border:0px solid black; border-color:000000} font-weight:normal; cursor:default;} a.searchlinkSmall:link { font-family:Arial, verdana, sans-serif; color:000000} a.navbar:link{ font-family:Arial, verdana, sans-serif; font-size:10px; color:AC5070} a.navbar:active{ font-family:Arial, verdana, sans-serif; font-size:10px; color:AC5070} a.navbar:visited{ font-family:Arial, verdana, sans-serif:10px; color:AC5070} a.navbar:hover{ font-family:Arial, verdana, sans-serif; font-size:10px; color:000000; border:2px solid black; border-color:FF4788} </style> ----------- <style type=text/css> table tr td div font {display: none;} </style> <style type="text/css"> body div table td form img{display:none!important;} </style> </td></tr></table><table style="display:none"><tr><td> |
|
|
|
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
Intercourse. You can get rid of the codes that you have to edit... Feb 12 2007, 05:48 PM
Cherryluv77 ^AHHH! It worked!! The bolded blue is ... Feb 12 2007, 06:03 PM![]() ![]() |