Huitzilopochtli
Programmer
Hello
I have the following in my <head></head> tags:
<style type="text/css">
a:link {color:white;}
a:visited {color:white;}
a:active {color:white;}
body { background:black; color:white }
div { font-family: verdana; font-style: normal; font-color: white }
</style>
and further down the page within the body tags, I have:
<body bgcolor="black" text="white">
and:
Response.Write "<div><center>The guestbook has been updated with your message</center></div>"
Response.Write "<div><center>Please click <a href='guestbook.asp'>here</A> to go back to the guestbook</center></div>"
So why does the page appear completely black? In other words, the visitor is not able to see the:
"The guestbook has been updated with your message
Please click here to go back to the guestbook" message.
Many thanks in anticipation.
Huitzil
I have the following in my <head></head> tags:
<style type="text/css">
a:link {color:white;}
a:visited {color:white;}
a:active {color:white;}
body { background:black; color:white }
div { font-family: verdana; font-style: normal; font-color: white }
</style>
and further down the page within the body tags, I have:
<body bgcolor="black" text="white">
and:
Response.Write "<div><center>The guestbook has been updated with your message</center></div>"
Response.Write "<div><center>Please click <a href='guestbook.asp'>here</A> to go back to the guestbook</center></div>"
So why does the page appear completely black? In other words, the visitor is not able to see the:
"The guestbook has been updated with your message
Please click here to go back to the guestbook" message.
Many thanks in anticipation.
Huitzil