Oops, try again. Did you remember to set your a:link to have a text-decoration of none?

a:link
{
text-decoration: none;

color: #008B45;
}

a:hover
{color: #00FF00;

}

a:visited
{color: #EE9A00;

}

See this: Did you remember to set your link's text-decoration to none;?

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.