Thread: Forms
Results 1 to 7 of 7
Related
-
Forms Help Forum: HTML Forum
Replies: 4 -
Sub forms Forum: HTML Forum
Replies: 2 -
Forms Forum: HTML Forum
Replies: 3 -
Help with forms please.... Forum: HTML Forum
Replies: 1 -
Forms Forum: HTML Forum
Replies: 1
-
07-29-2004, 06:04 AM #1
Forms
I am making a form for someone else and i have made a textarea box with writing next to it but the writing is at the bottom of the textarea and i was wondering how to make it in line with the top
-
07-29-2004, 06:18 AM #2
also when you click the submit button it comes up with a notice saying that it will revel your email address and i was wondering if there was a way to stop that aswell??
-
07-29-2004, 07:09 AM #3
Can you show us your code or a link to it?
Dave
-
07-29-2004, 02:50 PM #4
http://www.hutcheson.demon.co.uk/form%20test.html
-
07-29-2004, 03:49 PM #5bald headed old fart
Status- Offline
Join Date- Aug 2003
Location- chertsey, a small town 25 miles south west of london, england.
Posts- 739
Hi there purplemonkey,
How does this look
Code:<html> <head> <title>Form Test</title> <style type="text/css"> <!-- label { font-weight:bold; vertical-align:top; margin-right:5px; } div { margin:0 0 30px 0; } #submit { text-align:center; } //--> </style> </head> <body> <form method="post" action="mailto:spungebob_squarepants@hotmail.com"> <div> <label>Your neopets name : </label><input type="text" name="There neopets name" size="30"/> </div> <div> <label>Which neopet would you like to adopt : </label> <select name="Name of pet they want to adopt" size="1"> <option selected>dog_48328</option> <option>Snowbunny_Sweetheart</option> <option>Oo_Niniane_oO</option> <option>LilSunshinePet</option> <option>Tanya95698</option> <option>ginger_and_Garlic</option> </select> </div> <div> <label>Why you should get this pet :</label> <textarea name="Reason why they should get it." rows="6" cols="40"> </textarea> </div> <div id="submit"> <input type="submit" onclick="" value="submit"> </div> </form> </body> </html>
-
08-10-2004, 11:07 PM #6
http://drdancastro.com/ ok im new to forms and i was wondering how u would make a form like this one? also what the heck is up wit the code in that site? i mean look at it, theres practically nothing but like 9 lines of code. i want to know how to get that background, is it made in an editor or can it be put in into html wit a code? thanx
-
08-11-2004, 06:49 AM #7
there is no form on that page,
please start your own thread
Dave