refiking Posted November 11, 2008 Share Posted November 11, 2008 I'm trying to change the link colors and I tried this. It works on the visited links, but the others are still blue instead of yellow. Please help... <style type="text/css"> <!-- with specific link types: A:link { color: yellow} A:visited { color: orange} A:active { color: yellow } --> </style> Quote Link to comment Share on other sites More sharing options...
dropfaith Posted November 11, 2008 Share Posted November 11, 2008 <style type="text/css"> <!-- with specific link types: --> a:link { color: yellow} a:visited { color: orange} a:active { color: yellow } </style> first of all css is all lowercase wait maybe thats only xhtml meh second that whole css block was commented out try abov3e Quote Link to comment Share on other sites More sharing options...
BoltZ Posted November 11, 2008 Share Posted November 11, 2008 I think you forgot your closing code tag Quote Link to comment Share on other sites More sharing options...
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.