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; } Quote Link to comment 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. 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.