Quantcast
Channel: WordPress.org Forums » All Posts
Viewing all articles
Browse latest Browse all 95834

pmiller1956 on "[Theme: Twenty Eleven] format contact form 7"

$
0
0

Trying to align text and text boxes using contact form 7

This is the site I am trying to emulate:

http://payrolldataprocessing.com/request_quote.php

Here is my page:

http://13009.duvosoftware.com/request_quote/

I tried using a table in the contact page, but it didn't show anything.
Created a div called "req_form"

Here is my contact form code:
<div id="req_form" >
First Name: [text first-name]
Last Name:[text last-name]
Company Name:*(required) [text* company-name]
Referring Agency: [text referring-agency]
Address: [text address]
City: [text city]
State: [text state]
Zip: [text zip]
Email Address:* (required)[email* your-email]
Phone: [text your-phone]
Number of Employees *(required)[text* number-employees]
Pay Frequency: [select pay-frequency "Weekly" "Bi-Weekly" "Semi-Monthly" "Monthly"]
Comments [textarea your-message]
</div>

<p>[submit "Send"]</p>

Here is my CSS

/* css for contact form 7 for request */
#req_form
{
width:460px;
font-family:Arial;
line-height:18px;

}

input[type="text"]{
height:12px;
width:225px;
float:right;
}

textarea {
height: 200px;
width: 225px;
border:25px;
}

As you can see I need to align the text next to the text boxes with a space in between.

Any suggestions would deeply be appreciated.

Thank you.


Viewing all articles
Browse latest Browse all 95834

Trending Articles