Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

JavaScript Forum


You are currently viewing our JavaScript Forum as a guest. Please register to participate.
Login



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

Posts: 110
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!
 
 
Register now for full access!
Old 10-08-2009, 12:47 AM Re: Contact us form Problem
prasanthmj's Avatar
Experienced Talker

Posts: 42
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
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
prasanthmj is offline
Reply With Quote
View Public Profile
 
Old 10-24-2009, 02:21 AM Re: Contact us form Problem
Super Talker

Posts: 110
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
__________________

Please login or register to view this content. Registration is FREE
Bounce Back SEO & Power Documents
Please login or register to view this content. Registration is FREE


Free
Please login or register to view this content. Registration is FREE
!! Easy PR Ads
Please login or register to view this content. Registration is FREE
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.36682 seconds with 12 queries