Re: BV 10.0 link colors different? | |
Hi, seems to be doing what you have the colors set at with the style on this page.
a.style1:link {color: #FFFFFF;text-decoration: none;}
a.style1:visited {color: #800080;text-decoration: none;}
a.style1:active {color: #FF0000;text-decoration: none;}
a.style1:hover {color: #FFFF00;font-style: italic;text-decoration: underline;}
|