The master
12-20-2006, 11:25 PM
For some reason, links on one of my sites are not working properly. If you go to the links page on http://www.freewebs.com/biblebc/ ( or http://www.freewebs.com/biblebc/links.html ) the links will appear blue and underlined if someone hasn't accessed the sites. I don't want that effect. I set-up my code having a red link and no underline...and yet the links show up blue and underlined. Anyone know what is wrong? My css code for links is below:
A:link { text-decoration: none; color:#BD4747; }
A:visited { text-decoration: none; color:#BD4747; }
A:hover { text-decoration: underline; color:#000000; }
A:link { text-decoration: none; color:#BD4747; }
A:visited { text-decoration: none; color:#BD4747; }
A:hover { text-decoration: underline; color:#000000; }