Huitzilopochtli
Programmer
Hello
I have a Web page here:
When a visitor complete a form, an asp page says 'Thank you + name of visitor'. This works. At the bottom of the page the visitor has the choice of going to the home page or going 'back'. These are links. I am trying to get these links to be the same colour as the rest of the page (white) using the following:
<head>
<style type="text/css">
BODY {color: #FFFFFF;}
</style>
<style>
A:link, A:visited, A:active { text-decoration: none }
</style>
<title>Thank you!</title>
</head>
but the brower (IE) disregards the #FFFFFF and shows one link in a sort of dark green colour and another link in bright blue!
How may I get around this?
Many thanks for any advice!
Huitzil
I have a Web page here:
When a visitor complete a form, an asp page says 'Thank you + name of visitor'. This works. At the bottom of the page the visitor has the choice of going to the home page or going 'back'. These are links. I am trying to get these links to be the same colour as the rest of the page (white) using the following:
<head>
<style type="text/css">
BODY {color: #FFFFFF;}
</style>
<style>
A:link, A:visited, A:active { text-decoration: none }
</style>
<title>Thank you!</title>
</head>
but the brower (IE) disregards the #FFFFFF and shows one link in a sort of dark green colour and another link in bright blue!
How may I get around this?
Many thanks for any advice!
Huitzil