cluce Posted April 7, 2009 Share Posted April 7, 2009 I dont know what else to change but for some reason my links are stuck on blue. Grrrrr!! here is my code. <tr> <td><a href="#" class="links">website is under contruction</a></td> </tr> CSS .links A:link { text-decoration: underline; color: #FF9900; } .links A:hover { text-decoration: none; } Link to comment https://forums.phpfreaks.com/topic/153002-solved-css-links-not-working/ Share on other sites More sharing options...
premiso Posted April 7, 2009 Share Posted April 7, 2009 .links A:link { text-decoration: underline; color: #FF9900; } .links A:visited { text-decoration: underline; color: #FF9900; } You needed the A:visited there is also an a:active incase that comes up at some time. Link to comment https://forums.phpfreaks.com/topic/153002-solved-css-links-not-working/#findComment-803593 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.