A form.

This is a discussion on "A form." within the Website Planning section. This forum, and the thread "A form. are both part of the Planning Your Website category.


 Subscribe in a reader

Go Back   Webforumz.com > Main Forums > Planning Your Website > Website Planning

Notices




Reply
 
LinkBack Thread Tools
  #1  
Old Nov 19th, 2007, 14:04
Reputable Member
Join Date: Oct 2007
Location: At my house
Age: 22
Posts: 193
Thanks: 0
Thanked 0 Times in 0 Posts
A form.

I am creating a "support" page for my final project site. It has a form, but the form disrupts the centered paragraph in my right column, causing it to display differently from all the other pages.

What is the best way to create a from for this type of layout?
Right now I am using a table.....

HTML:
Code: Select all
<div id="form">
<form action="mailto:">
<table width="350">

<!-- PERSONAL INFO-->
            <tr>
                <td width="100"><label for="fname">First Name</label></td>
                <td><input type="text" name="fname" id="fname" size="30" /></td>
            </tr>
            
            <tr>
                <td><label for="lname">Last Name</label></td>
                    <td><input type="text" name="lname" id="lname" size="30" />
                </td>
            </tr>
            
            <tr>
                <td><label for="address#1">Email</label></td>
                <td><input type="text" name="address1" id="address1" size="30" /></td>
            </tr>

<!-- SPLITTER -->
<tr>
   <td colspan="2">
      <hr style="color: white; background-color: white; height: 1" />
   </td>
</tr>

<!-- COMPUTER INFO -->
            <tr>
            <td><label for="operatingsytem">Operating System:</label></td>
            <td><select name="optsys" id="optsys">
            <option>Windows Vista</option>
            <option>Windows xp</option>
            <option>Windows 2000 or lower</option>
            <option>Mac OS X</option>        
            
            </select></td>
            
            </tr>
            
            <tr>
            <td><label for="browser">Browser:</label></td>
            <td><select name="broswer" id="broswer">
            <option>IE 7.0</option>
            <option>IE 5.0 or lower</option>
            <option>Mozilla Firefox</option>
            <option>Opera</option>
            <option>Netscape</option> 
            <option>Safari</option>     
            
            </select></td>
            </tr>
            
            <tr>
   <td colspan="2">
      <hr style="color: white; background-color: white; height: 1" />
   </td>
</tr>
            
            
                   <tr><td colspan="2"><p>Please Note:<br />this website has only been tested on Internet
            explorer 7.0 and Mozilla Firefox 2.0. If you are using previous versions of these internet browsers,
            please note that in the comments area below and specify the web page issues.</p></td>
            </tr>
            
            <tr><td>
            <table>
            
            <tr><td>
                <textarea id="TextArea1" cols="30" rows=6">Comments</textarea>
             </td></tr>
             
             <tr>
            <td>
                <input id="Reset1" type="reset" value="clear fields" />&nbsp;<input id="Submit1" type="Submit"
                    value="submit" />
            </td>
            </tr>
             
             </table>
             </td></tr>
             
            
</table>

</form>
</div>
Attached Images
File Type: jpg form.JPG (73.2 KB, 26 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote

  #2  
Old Nov 19th, 2007, 14:07
Elite Veteran
Join Date: Jan 2007
Location: You know where
Age: 31
Posts: 4,617
Thanks: 0
Thanked 0 Times in 0 Posts
Re: A form.

hmmmm .... I don't see the problem!?!?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #3  
Old Nov 19th, 2007, 14:17
Reputable Member
Join Date: Oct 2007
Location: At my house
Age: 22
Posts: 193
Thanks: 0
Thanked 0 Times in 0 Posts
Re: A form.

Sorry, It is a very slight problem so I will show you an image of another page compared to the one in my previous post which has the problem. Pay close attention to the paragraph on the right column...
Attached Images
File Type: jpg rightpara.JPG (89.8 KB, 13 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #4  
Old Nov 19th, 2007, 14:18
Elite Veteran
Join Date: Jan 2007
Location: You know where
Age: 31
Posts: 4,617
Thanks: 0
Thanked 0 Times in 0 Posts
Re: A form.

Try loosing the table for the form ...

[CSS] Customize your form with CSS
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #5  
Old Nov 19th, 2007, 14:19
Reputable Member
Join Date: Oct 2007
Location: At my house
Age: 22
Posts: 193
Thanks: 0
Thanked 0 Times in 0 Posts
Re: A form.

How should I create it than?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #6  
Old Nov 19th, 2007, 14:19
Elite Veteran
Join Date: Jan 2007
Location: You know where
Age: 31
Posts: 4,617
Thanks: 0
Thanked 0 Times in 0 Posts
Re: A form.

Click the link
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #7  
Old Nov 19th, 2007, 14:22
Reputable Member
Join Date: Oct 2007
Location: At my house
Age: 22
Posts: 193
Thanks: 0
Thanked 0 Times in 0 Posts
Re: A form.

O sorry....lol thought it was in your signature
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Hiding / Showing form fields based on previous form input John Alexander Hopper PHP Forum 1 Mar 10th, 2008 11:30
form variable within an iframe component of a form kissfreaque PHP Forum 3 Feb 29th, 2008 13:06
form variable within an iframe component of a form kissfreaque JavaScript Forum 5 Feb 29th, 2008 11:57
[SOLVED] PHP contact form redirect to same form Posie PHP Forum 14 Jan 29th, 2008 20:28
ASP form to check weather a form value is already in the database Andrew1986 Classic ASP 3 Oct 25th, 2007 08:23


All times are GMT. The time now is 05:50.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42