Posts: 3,985
Name: Abel Mohler
Location: Asheville, North Carolina USA
|
Because you've misspelled visited when trying to make the visited links white:
Code:
.footertop A:link {color: #FFFFFF; text-decoration: underline}
.footertop A:hover {color: #d5dfe4; font-weight: bold; text-decoration: underline overline;}
.footertop A:visted {color: #FFFFFF; font-weight: bold; text-decoration: underline;}
.footertop A:active {color: #FFFFFF; font-weight: bold; text-decoration: underline;}
|