You could use tables if you have learned tables to align them, use the size property for the length of textbox
<form>
<table>
<tr><td>Name</td><td><input type=text name=name size=33></td></tr>
<tr><td>Email</td><td><input type=text name=email size=33></td></tr>
</table>
</form>
Nov 26, 2009