mastreblig
10-26-2006, 04:42 AM
How do I get the text boxes to line up nice and neat and possibly be of the same length?
:confused:
<p><h1><b>Fleet Insurance Quote</b></h1></p>
<form action="fleetquote.php" method="post">
<p>Full Name: <input type="text" name="name" size="40"></p>
<p>Business Name: <input type="text" name="businessname" size="40"></p>
<p>Business Address: <textarea name="businessaddress"></textarea>
<p>Email Address: <input type="text" name="email"></p>
<p>Home Phone: <input type="text" name="home phone"></p>
<p>Mobile Phone: <input type="text" name="mobile phone"></p>
<p>When does your existing cover expire?: <textarea name="coverexpires"></textarea>
<p>Existing Insurer: <input type="text" name="existing_insurer"></p>
<p>Current Premium (£): <input type="text" name="current_premium"></p>
<p>No. of vehicles: <SELECT NAME="no.of_vehicles" SIZE="1">
<OPTION SELECTED>Please Select
<OPTION>1
<OPTION>2
<OPTION>3
<OPTION>4
<OPTION>5
<OPTION>6
<OPTION>7
<OPTION>8
<OPTION>9
<OPTION>10-25
<OPTION>26-50
<OPTION>51+
</SELECT></p>
<p>Drivers: <SELECT NAME="drivers" SIZE="1">
<OPTION SELECTED>Please Select
<OPTION>Insured & Named Policy
<OPTION>Any Driver 25+
</SELECT></p>
<p>How did you find us?: <SELECT NAME="lead_source" SIZE="1">
<OPTION SELECTED>Please Select
<OPTION>Yahoo
<OPTION>MSN
<OPTION>Lycos
<OPTION>MySpace
<OPTION>Google
<OPTION>Other
</SELECT></p>
<input type="submit" name="submit" value="Submit Form">
</form></p>
:confused:
<p><h1><b>Fleet Insurance Quote</b></h1></p>
<form action="fleetquote.php" method="post">
<p>Full Name: <input type="text" name="name" size="40"></p>
<p>Business Name: <input type="text" name="businessname" size="40"></p>
<p>Business Address: <textarea name="businessaddress"></textarea>
<p>Email Address: <input type="text" name="email"></p>
<p>Home Phone: <input type="text" name="home phone"></p>
<p>Mobile Phone: <input type="text" name="mobile phone"></p>
<p>When does your existing cover expire?: <textarea name="coverexpires"></textarea>
<p>Existing Insurer: <input type="text" name="existing_insurer"></p>
<p>Current Premium (£): <input type="text" name="current_premium"></p>
<p>No. of vehicles: <SELECT NAME="no.of_vehicles" SIZE="1">
<OPTION SELECTED>Please Select
<OPTION>1
<OPTION>2
<OPTION>3
<OPTION>4
<OPTION>5
<OPTION>6
<OPTION>7
<OPTION>8
<OPTION>9
<OPTION>10-25
<OPTION>26-50
<OPTION>51+
</SELECT></p>
<p>Drivers: <SELECT NAME="drivers" SIZE="1">
<OPTION SELECTED>Please Select
<OPTION>Insured & Named Policy
<OPTION>Any Driver 25+
</SELECT></p>
<p>How did you find us?: <SELECT NAME="lead_source" SIZE="1">
<OPTION SELECTED>Please Select
<OPTION>Yahoo
<OPTION>MSN
<OPTION>Lycos
<OPTION>MySpace
<OPTION>Google
<OPTION>Other
</SELECT></p>
<input type="submit" name="submit" value="Submit Form">
</form></p>