DeltaDawn
03-28-2006, 10:45 PM
:confused: This is my link code:
<style type="text/css">
A:link
{ text-decoration: none; color:#FFC4E1; }
A:visited
{ text-decoration: none; color:#FFC4E1; }
A:active
{ text-decoration: none; color:#FFC4E1; }
A:hover
{ text-decoration: none; color:#ffffff;
background-image: none;
background-color: #000000;
cursor: crosshair;}
Why on earth is it making the ugly ugly UGLY blue links with an underline? Oh..and it only does it for the regular link, once it's a visited link, it's okay.
<style type="text/css">
A:link
{ text-decoration: none; color:#FFC4E1; }
A:visited
{ text-decoration: none; color:#FFC4E1; }
A:active
{ text-decoration: none; color:#FFC4E1; }
A:hover
{ text-decoration: none; color:#ffffff;
background-image: none;
background-color: #000000;
cursor: crosshair;}
Why on earth is it making the ugly ugly UGLY blue links with an underline? Oh..and it only does it for the regular link, once it's a visited link, it's okay.