Right,
I want my links on my footer in white, because the footer is black
But then in the content the background is white so they arent being displayed, I just want them in black in the content div.
Can someone please amend this correctly:
a:link {
color: #ffffff;
}
.content a:link {
colour: #000000;
}
thanks
I want my links on my footer in white, because the footer is black
But then in the content the background is white so they arent being displayed, I just want them in black in the content div.
Can someone please amend this correctly:
a:link {
color: #ffffff;
}
.content a:link {
colour: #000000;
}
thanks