youngrace Posted November 10, 2011 Posted November 10, 2011 i'm not sure why this is happening, or if i'm the only person, but i can't seem to change the color of my links! (aka the ones on my user lookup) here's my user look up code in its entirety (minus the pic link): <style> .contentModuleHeader { color: #FFFFFF; background: #000000; border-bottom: 1px solid #000000; } .contentModuleHeaderAlt { color: #FFFFFF; background: #635949; border-bottom: 1px solid #000000; } b { color: #000000; } A:Link, A:Visited { color: #7b3d06; } A:Hover { color: #C4A55E; } </style> the headers are showing up fine, it's just the durned links! (they stay black, and when i take out b, they're just the default color) can anyone help? Quote
Xepha Posted November 10, 2011 Posted November 10, 2011 a:link, a:visited, a:active a:link b, a:visited b, a:active b { color: #74828b; font-size: 11px; } a:hover, a:hover b { color: #FFFFFF; font-size: 11px; text-decoration: underline; } b { color: #74828b; } ^that code should work on both the regular links and the bolded ones. Quote
youngrace Posted November 10, 2011 Author Posted November 10, 2011 THANK YOU. you are a miracle worker, i swear. ❤ thank you, thank you. 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.