Hi, I can't work out why my CCS links won't work. I read the other topic similar to this, and I tried all the advice given, but it still didn't help. For some reason, all the links I haven't clicked on come up blue and underlined. Here is my coding for my links:
A:link{
text-decoration: none;
color: pink;
}
A:visited{
text-decoration: none;
color: ffcccc;
}
A:active{
text-decoration: none;
color: ffccff;
}
A:hover{
text-decoration: none;
color: cc6699;
}
Any help will be grately appreicated!
