I am trying to align my form boxes so they look more virticaly aligned, here is the code
<form id="form2" name="form2" method="post" action="">
<p>
<label for="firstname">First Name</label>
<input name="firstname" type="text" id="firstname" tabindex="1" size="35" />
<label for="lastname" class="Marginleft30">Last Name</label>
<input name="lastname" type="text" id="lastname" tabindex="10" size="35" />
<br />
<label for="address">Address</label>
<input name="address" type="text" id="address" tabindex="20" size="50" />
</p>
</form>
Any ideas? thank you!
North America
Europe, Middle East and Africa
Asia Pacific