bellringr Posted February 3, 2005 Posted February 3, 2005 I'm still a simple Blogger user, however I do like to update my template with the seasons. I'm making a Valentine's template and have been puzzling over this script for quite a while tonight. What I WANT to do is make the links in the right content be a different color than the links in the left content (date footer and Comments link). As it is now, when I change one, I change them both. I've played around with several things trying to force a different color on one but am striking out. It's probably really easy, but if someone can point me in the right direction I'd appreciate it. I'm attaching the txt file of my code. Thank you!! Kristi template.txt Quote
TCH-RobertM Posted February 3, 2005 Posted February 3, 2005 Hi bellringr Honestly a little more info would be great. I would love to help out with what sounds like a simple 2 column css layout. without more info though it makes it difficult to do. What are you trying to achieve ? if you would like just message me I would be more than willing to help out anyway I can. RobertM Quote
OldTimer Posted February 3, 2005 Posted February 3, 2005 If I understand right. You want one set of links to have one color and the other another color. You'll have to add another (different) class in your css. Take a look here for a pretty good example on how to do it. http://www.sitepoint.com/forums/showpost.p...964&postcount=2 Quote
TCH-Dick Posted February 3, 2005 Posted February 3, 2005 Replace >#rightcontent { font-size:12px; height:100%; margin-left:0px; text-transform:none; padding-right:10px; font-color:#8D2E46 } With >#rightcontent { font-size:12px; height:100%; margin-left:0px; text-transform:none; padding-right:10px; font-color:#8D2E46 } #rightcontent a:link { color: #000000; } #rightcontent a:visited { color: #000000; } #rightcontent a:hover, a:active { text-decoration: none; } And change settings to your desired color Quote
bellringr Posted February 3, 2005 Author Posted February 3, 2005 Awesome! I'll give that a shot now. Thanks!!! Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.