Hi there!
I have the words "Please type your message here" enclosed in a border, but the border seems to be made up of TWO borders, instead of one single line.
This is the code I am using:
<table width="80%" border="1" cellspacing="1"...
Hello Ceedee
Many thanks for your reply.
I now have this pasted between the <Head> tags:
<style type="text/css">
a:link {color:white;}
a:visited {color:white;}
a:active {color:white;}
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #FFFFFF...
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...
Hello
I have the following <style> script which aligns the text:
<style TYPE="text/css">
.just {text-align: justify;}
body
{
color: rgb(255,255,255)
}
</style>
and the text colour is white - which is also what I want.
But I also have a link on the page which is a sort of brown...
Hello Newbiepg
Thanks again for your post.
I have this:
<%user_name = request.querystring("user_name")%>
<% response.write(user_name)%>
and the welcome1.asp file is called, but there is no name (not personalised).
If you could send me the pages I would be grateful. I won't simply...
Hello Newbiepg
Many thanks again for your reply.
I now have 3 files as you have suggested. One is the form with the input fields on it. This form refers to what you call fileb.asp as in:
<form name="welcome" method="POST" action="fileb.asp" etc and contains the...
Hello onpnt
Many thanks for your message.
Unfortunately, I can't seem to get that to work: the script sends the e.mail back to the visitor which is what I wanted, as in:
name
Jazzy
email
ehigam2002@yahoo.com
comments
Test Jazzy
In other words, the:
<input type="text"...
Hello Newbiepg
Many thanks for your reply.
I pasted the following:
<%response.redirect("welcome1.asp?name="&user_name&")%>
into the email.asp file I have (the one which contains the form), and
<% user_name = request.form("user_name") %>
together with
<p>Thank you...
Hello
I am hoping somebody may be able to throw me a lifeline here!
I use some simple variables in a form so that when it is submitted, the visitor receives a copy of his CDONTS-based e.mail to the Webmaster as in:
Name: John Smith
E.mail: John@Smith.com
Comments: Whatever
For instance:
Dim...
Hi
This script seems to work when I want to go back to my home page (from a pop-up window):
<script language="JavaScript">
function open_main(page) {
window_handle = window.open(page,'main');
return false;
}
</script>
<a href="index.html" onClick="return...
Hello
I have a Web page here:
www.grafik1.net/conForm.asp
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...
Hello Onpnt
Very many thanks for your replies (all 3 of them!).
You will be pleased to know that your code works! Thank you.
Best wishes
Huitzilopochtli
Hello
This might be a HTML question, but since I have it on an ASP page, I thought I might ask it here first.
Is there are reason why the following:
<p><center><table border="1" color="191970"><tr><td><b><u><font face="Verdana" color="#000099">Best...
Hello
On some Web pages, I have sometimes seen, for instance, text as in:
About us
Products
Contact
These are links to other pages. When the mouse is passed over the links, they become underlined (the underline is the same colour as the text itself once the mouse is passed over them).
I...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.