I am so sorry to ask this question....
What is the easiest way of aligning the boxes in a form so that they are straight??
<form>
<p>Username:
<input type="text" name="username">
<br><br>
First name:
<input type="text" name="firstname">
<br><br>
Lastname:
<input type="text" name="lastname">
<br><br>
Address:
<input type="text" name="address">
<br><br>
Telephone:
<input type="text" name="telephone">
<br><br>
Mobile:
<input type="text" name="mobile">
<br><br>
Email:
<input type="text" name="email">
</p>
<p>
<input type="submit" name="Submit" value="Send">
<input type="submit" name="Submit2" value="Reset">
</p>
</form>