I set up a stylesheet with this -
a:link {color: #FFcc99;}
a.link2:link {color: #A0274B;}
This works fine on pages where the link goes to another page or a mailto. But it does not show up with the right colours with a bookmark link in IE6. Looks fine in Netscape and looks fine when I test locally in IE6 but when I upload it, the link shows black.
The problem page -
The page where it works -
What am I doing wrong?
a:link {color: #FFcc99;}
a.link2:link {color: #A0274B;}
This works fine on pages where the link goes to another page or a mailto. But it does not show up with the right colours with a bookmark link in IE6. Looks fine in Netscape and looks fine when I test locally in IE6 but when I upload it, the link shows black.
The problem page -
The page where it works -
What am I doing wrong?