Hi,
I have a .htm page that uses a css sheet that defines the way the links are displayed on the page.
a:link {text-decoration: none; color: #000000;}
a:visited {text-decoration: none;color: #000000;}
a:active {text-decoration: none;color: #000000;}
a:hover {color: #000000;text-decoration:underline;}
this works on a red background as expected. the red is #e80000.
however the links on the white background cannot be seen as it is in white. is there a way around this ? i would like the same link settings as above but in black.
Any help will be most useful..
many thanks
I have a .htm page that uses a css sheet that defines the way the links are displayed on the page.
a:link {text-decoration: none; color: #000000;}
a:visited {text-decoration: none;color: #000000;}
a:active {text-decoration: none;color: #000000;}
a:hover {color: #000000;text-decoration:underline;}
this works on a red background as expected. the red is #e80000.
however the links on the white background cannot be seen as it is in white. is there a way around this ? i would like the same link settings as above but in black.
Any help will be most useful..
many thanks