Thread
:
HTML Link Colour
View Single Post
21-08-2010, 20:22
#
4
punky
Inactive
Join Date: Jun 2003
Age: 44
Posts: 14,750
Re: HTML Link Colour
Just noticed you wanted your links white so it should be:
Quote:
a:link {
color:#FFFFFF;
}
a:visited {
color:#FFFFFF;
}
a:hover {
color:#FFFFFF;
}
a:active {
color:#FFFFFF;
}
punky
View Public Profile
Find More Posts by punky