Hello! For me everything in a form as to be straight so I have labels and the input boxes (specifically text) in a table. So here is my code (example):
<table>
<tr><td>Username:</td><td><input type="text"></td><td><i>How you will be known to other users</i> (18 characters max, 3 min)</td></tr>
<tr><td>E-Mail:</td><td><input type="text"></td><td><i>Used for account verification and how you sign in.</i></td></tr>
</table>
Now my text boxes in the css are styled in a specific fashion, with padding etc... And while in this table they are squeezed to text height for some reason, I don't recall this happening to me before, it's quite odd to me. Thanks for any help!