Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Huitzilopochtli

    Why table double border??

    Hi there! I have the words &quot;Please type your message here&quot; 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=&quot;80%&quot; border=&quot;1&quot; cellspacing=&quot;1&quot...
  2. Huitzilopochtli

    CSS tags position?

    Hello I have the following in my <head></head> tags: <style type=&quot;text/css&quot;> 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...
  3. Huitzilopochtli

    Font colour and CSS?

    Hello I have the following <style> script which aligns the text: <style TYPE=&quot;text/css&quot;> .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...
  4. Huitzilopochtli

    Hello I am hoping somebody may b

    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...
  5. Huitzilopochtli

    &lt;b&gt;window.close()???????&lt;/b&gt;

    Hi This script seems to work when I want to go back to my home page (from a pop-up window): <script language=&quot;JavaScript&quot;> function open_main(page) { window_handle = window.open(page,'main'); return false; } </script> <a href=&quot;index.html&quot; onClick=&quot;return...
  6. Huitzilopochtli

    Font colour not functioning

    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...
  7. Huitzilopochtli

    Table border

    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=&quot;1&quot; color=&quot;191970&quot;><tr><td><b><u><font face=&quot;Verdana&quot; color=&quot;#000099&quot;>Best...
  8. Huitzilopochtli

    CSS and underlined links

    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...
  9. Huitzilopochtli

    Font face in a form

    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=&quot;post&quot; action=&quot;submit.asp&quot;> <p><font face=&quot;verdana&quot; color=&quot;white&quot; size=&quot;1&quot;><b>Topic...
  10. Huitzilopochtli

    Scripting on this message board

    Hello On some message boards I read: &quot;Scripting is not allowed in this forum&quot;. What does that mean? Can't code be posted where I read that message? Many thanks. Huitzilopochtli
  11. Huitzilopochtli

    Hello I have two questions and w

    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(&quot;error&quot;) select case cstr(error) case &quot;1&quot; Response.Write &quot;<p...
  12. Huitzilopochtli

    Strange &lt;

    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=&quot;VBSCRIPT&quot;%>...
  13. Huitzilopochtli

    Background colour potential in CSS??

    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...
  14. Huitzilopochtli

    Objects and Exceptions????

    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...
  15. Huitzilopochtli

    Small guestbook problem

    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 &quot;Please click here to...
  16. Huitzilopochtli

    Converting CDONTS - any takers?

    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...
  17. Huitzilopochtli

    Advice of top HTML chief required!

    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...
  18. Huitzilopochtli

    Hello I have been trying to upl

    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 &quot;Progress.asp&quot; file. The code for the file is as follows: <% Response.Buffer = False server.scriptTimeout =1000 %> <HTML> <HEAD> </HEAD> <BODY>...
  19. Huitzilopochtli

    Why won't images rotate?

    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(&quot;MSWC.AdRotator&quot;) Response.Write ad.GetAdvertisement(&quot;adrot.txt&quot;) %> The other is a txt file called adrot.txt. It...
  20. Huitzilopochtli

    There's nothing wrong with this, is there?

    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(&quot;MSWC.AdRotator&quot;) Response.Write...

Part and Inventory Search

Back
Top