Log In · Register

 
 
Closed TopicStart new topic
Link Code Help!
Cherryluv77
post 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.
 
freeflow
post Feb 12 2007, 05:02 PM
Post #2


t-t-t-toyaaa
********

Group: Official Member
Posts: 19,821
Joined: Apr 2004
Member No: 11,270



CODE
a:visited{color: COLOR HERE; font-family:FONT HERE;text-transform: lowercase; text-decoration: none; font-size:8pt; font-weight:bold;letter-spacing:;}

a:active{color: COLOR HERE; font-family:FONT HERE;text-transform: lowercase; text-decoration: none; font-size:8pt;font-weight: bold }

a:hover{color: COLOR HERE; font-family:FONT HERE;text-transform: lowercase; text-decoration: none; font-size: 8pt;font-weight: bold}

add style tags and edit.
 
Cherryluv77
post Feb 12 2007, 05:45 PM
Post #3


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>
 
*Intercourse.*
post Feb 12 2007, 05:48 PM
Post #4





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
post Feb 12 2007, 06:03 PM
Post #5


Member
**

Group: Member
Posts: 26
Joined: Feb 2007
Member No: 502,548



^AHHH! It worked!! The bolded blue is gone, muahaha!! Thank you so much, lol! ^_^ Man, you guys are so helpful..I've been trying to figure this out on my own for over close to three hours. Thank you again and you can close this if you'd like! :D

Edited by: StanleyThePanda (Kara).
Alright, Topic Closed. :]
 

Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: