Reply
Contact us form Problem
Old 10-07-2009, 05:33 AM Contact us form Problem
Experienced Talker

Posts: 34
Trades: 0
Hi guys,

I could place a contact us form using html - java script successfully. But I could not insert space between fields. I tried putting <br> between them but did not work. How to insert one or two line spacing in between "your name", "Your email" and "Subject"?

Here is the form Simple Contact us form
flek is offline
Reply With Quote
View Public Profile Visit flek's homepage!
 
 
When You Register, These Ads Go Away!
Old 10-08-2009, 12:47 AM Re: Contact us form Problem
prasanthmj's Avatar
Average Talker

Posts: 27
Name: Prasanth
Trades: 0
You are using table to arrange the fields and their labels. Instead of having the label and the input in the same row, make it in separate rows. Or Just don't use tables
Example (without table)
HTML Code:
<p>
<label for='name'>Name:</label><br/>
<input type=text name='name'>
</p>
<p>
<label for='email'>Email:</label><br/>
<input type=text name='email'>
</p>
More info:
PHP form tutorial

HTML form input examples
prasanthmj is offline
Reply With Quote
View Public Profile
 
Old 10-24-2009, 02:21 AM Re: Contact us form Problem
Experienced Talker

Posts: 34
Trades: 0
Quote:
Originally Posted by prasanthmj View Post
You are using table to arrange the fields and their labels. Instead of having the label and the input in the same row, make it in separate rows. Or Just don't use tables
Example (without table)
HTML Code:
<p>
<label for='name'>Name:</label><br/>
<input type=text name='name'>
</p>
<p>
<label for='email'>Email:</label><br/>
<input type=text name='email'>
</p>
More info:
PHP form tutorial

HTML form input examples
Thanks for the help friend,
I have adjusted the contact form to a better look here... Contact Us
__________________
Free SEO Guides from SEO Experts * Use 'Bounce Back SEO' for SEO Services

Get Free Oneway Backlinks Submit your websites to Online Business Directory
flek is offline
Reply With Quote
View Public Profile Visit flek's homepage!
 
Reply     « Reply to Contact us form Problem
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 



Page generated in 0.10941 seconds with 13 queries