Hello I try to align all my input to have a normal form! I can not make it fit together!!GRR Thanks for your help please…This is made 2 hours im lost my time on this simple thing…..
<form name="input" action="html_form_action.asp" method="get">
<div id="one">
<p><label>Prénom</label> <input type="text" id="Prénom"/></p>
<p><label>Nom</label> <input type="text" id="Nom" /></p>
<p><label>Mot de passe</label> <input type="text" id="Pass" /></p>
<p><label>E-mail</label> <input type="text" id="Mail" /></p>
</div>
<input type="submit" value="Submit" />
</form>
If you just want to make it line up without using a table you can just use some simple CSS:
then just take out the p tags and put line breaks after each input.