I have an <input>, which is the body of a email form.
<input name="bodyEmail" style="width: 460px; height: 500px; " type="text" />
I would like to have a big input, and start writting from the top-left part. Whid this piece of code I start just in the centre, but the width and height are the propper ones.
Thanks in advance
It sounds like you might want a textarea instead.