by Johnathan on Mon Mar 03, 2008 3:30 pm
<table width="735" border="0" cellspacing="0" cellpadding="0">
<tr>
<td> First Name: </td>
<td><input type="text" name="First Name" id="First Name" size="30" /></td>
</tr>
<tr>
<td>Last Name: </td>
<td><input type="text" name="Last Name" id="Last Name" size="30" /></td>
</tr>
<tr>
<td><strong>Billing Addresses </strong></td>
<td> </td>
</tr>
<tr>
<td>Street Address: </td>
<td><input type="text" name="Street Address" id="Street Address" size="50" /></td>
</tr>
<tr>
<td>City: </td>
<td><input type="text" name="City" id="City" size="30"/></td>
</tr>
<tr>
<td>State: </td>
<td><input type="text" name="State" id="State" size="4"/></td>
</tr>
<tr>
<td>Zip:</td>
<td><input type="text" name="Zip" id="Zip" size="10"/></td>
</tr>
<tr>
<td>Would you like to receive our coupons? </td>
<td><input type="radio" name="yes" id="yes" value="Yes" />
Yes
<input type="radio" name="no" id="no" value="No" />
No</td>
</tr>
<tr>
<td><strong>Shipping Method</strong></td>
<td><input type="radio" name="USPS" id="USPS" value="USPS" />
USPS
<input type="radio" name="Fed Ex" id="Fed Ex" value="Fed Ex" />
Fed Ex
<input type="radio" name="UPS-Priority" id="UPS-Priority" value="UPS-Priority" />
UPS-Priority</td>
</tr>
<tr>
<td><p>Additional comments regarding your order: </p></td>
<td><textarea name="addtional comments" id="additional comments" cols="50" rows"8"> </textarea></td>
</tr>
<tr>
<td><input type="submit" value="Place your order now!" /></td>
<td><input type="reset"value="Reset your order"/></td>
</tr>
</table>
Thats it all in a table, it should be easy enough to find the code to insert another row from looking at it. Also you should make you text boxes around the same size to stop it looking so messy, or align them differently.