Jump to content

[SOLVED] css links not working?


cluce

Recommended Posts

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;
}

.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.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.