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
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
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
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...
Hello
I have a form and I know how to use the font attribute so that the user types in verdana, Times, etc, as in:
<form method="post" action="submit.asp">
<p><font face="verdana" color="white" size="1"><b>Topic...
Hello
On some message boards I read:
"Scripting is not allowed in this forum". What does that mean? Can't code be posted where I read that message?
Many thanks.
Huitzilopochtli
Hello
I have two questions and would appreciate some advice.
I have the following code which asks a user to go back and complete the form again. The code, which works, is:
<%
error = request.querystring("error")
select case cstr(error)
case "1"
Response.Write "<p...
Hello
I have a Web page at:
http://www11.brinkster.com/stevehigham/db/Wirral/index.asp
If you visit it, you will notice a strange < opening bracket to the left of the rotating banner ads at the top.
I can't seem to get rid of it!
The relevant code is:
<%@LANGUAGE="VBSCRIPT"%>...
Hello
I think I understand the background colour function in CSS where text may be enclosed by a thin/thick border (a table, in effect).
What I am writing to ask about is if, in CSS, it is possible to have a background colour that changes. For example, is it possible to have, say, text...
Hello
I have a nice applet (if only it would work!), which imports the following:
import java.applet.*;
import java.awt.*;
import java.io.PrintStream;
import java.net.MalformedURLException;
import java.net.URL;
import java.util.StringTokenizer;
import java.util.Vector;
import...
Hello
This is a guestbook and the idea behind the code which I've pasted below is that if the person wanting to write something in the guestbook leaves off his name, or EMail address, etc, this page reminds him to go back to complete
the details.
Unfortunately, the "Please click here to...
Hello
I have a feedback form written for the CDONTS method which, I know, will not function on some free Web servers.
However, I have managed to find a free Web hosting service which allows ASPEmail, so I can, at least, test a few programs.
Rather than dump the CDONTS programs I have, I...
Hello
I have a Web site which I am working on at the moment. I like the basic idea of the way the site presents itself, but there are one or two basic flaws in it.
In particular, the site uses TWO scrollbars down the right hand side of the screen and a scrolling JavaScript menu. When a link on...
Hello
I have been trying to upload a very simple .asp file which shows how much of a file remains before download is complete. it's a "Progress.asp" file.
The code for the file is as follows:
<%
Response.Buffer = False
server.scriptTimeout =1000
%>
<HTML>
<HEAD>
</HEAD>
<BODY>...
Hello
I would be grateful for some help here. I have two files. One is an .asp file which contains the following code:
<%
Dim ad
Set ad = Server.CreateObject("MSWC.AdRotator")
Response.Write ad.GetAdvertisement("adrot.txt")
%>
The other is a txt file called adrot.txt. It...
Hello
I have a simple ad rotater ASP script which doesn't seem to want to work, yet I have scrupulously follwed the instructions in the guidelines I have!
I have two files: an asp file which only contains:
<%
Dim ad
Set ad = Server.CreateObject("MSWC.AdRotator")
Response.Write...
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.