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> Link to comment https://forums.phpfreaks.com/topic/132255-trouble-with-link-color/ 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 Link to comment https://forums.phpfreaks.com/topic/132255-trouble-with-link-color/#findComment-687536 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 Link to comment https://forums.phpfreaks.com/topic/132255-trouble-with-link-color/#findComment-687982 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.