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 SkipVought 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 NE4X4 Many thanks for your help. It looks very pretty! Grateful for your time. Huitzilopochtli
  2. 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...
  3. Huitzilopochtli

    CSS tags position?

    Hello CeeDee Yes - and thanks again - here it is. Please note that the code DOES show (in white text and with the white underlined link) the &quot;Please click here to type in your Name(Email, etc) - just not the end part: <%@ Language=VBScript %> <%option explicit%> <!--#include...
  4. Huitzilopochtli

    CSS tags position?

    Hello Ceedee Many thanks for your reply. I now have this pasted between the <Head> tags: <style type=&quot;text/css&quot;> a:link {color:white;} a:visited {color:white;} a:active {color:white;} body { font-family: Verdana, Arial, Helvetica, sans-serif; color: #FFFFFF...
  5. 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...
  6. Huitzilopochtli

    Font colour and CSS?

    Hello SPYDERIX Thank you for your reply. It works just fine - just what I wanted. I'd better start reading up on CSS now! Best wishes Huitzil
  7. 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...
  8. Huitzilopochtli

    Hello I am hoping somebody may b

    Hello Newbiepg Thanks again for your post. I have this: <%user_name = request.querystring(&quot;user_name&quot;)%> <% 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...
  9. Huitzilopochtli

    Hello I am hoping somebody may b

    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=&quot;welcome&quot; method=&quot;POST&quot; action=&quot;fileb.asp&quot; etc and contains the...
  10. Huitzilopochtli

    Hello I am hoping somebody may b

    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=&quot;text&quot...
  11. Huitzilopochtli

    Hello I am hoping somebody may b

    Hello Newbiepg Many thanks for your reply. I pasted the following: <%response.redirect(&quot;welcome1.asp?name=&quot;&user_name&&quot;)%> into the email.asp file I have (the one which contains the form), and <% user_name = request.form(&quot;user_name&quot;) %> together with <p>Thank you...
  12. 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...
  13. Huitzilopochtli

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

    Hi Onpnt Many thanks for your help. I'll try onunload. The links I'm grateful for and have saved them - it's bedtime here. Best wishes Huitzil
  14. 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...
  15. Huitzilopochtli

    Font colour not functioning

    Hello theredqueen and MrNegative Very many thanks to you both for your posts. Both of them work! I'm very grateful. Thanks again Huitzil
  16. 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...
  17. Huitzilopochtli

    Table border

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

    CSS and underlined links

    Hello onpnt Thank you for the link. I se you have answered the question there! Thanks very much. Huitzilopochtli
  20. 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...

Part and Inventory Search

Back
Top