I have this text input:
<p><input type="text" style="height:500px;width:700px;"></p>
click here to see the current input
I would like it to look like this:
click here to see the input i would like to have
I would like the input to be vertically scrollable and for the text to begin at the top rather than the middle.
<p><textarea rows="4" cols="50">test</textarea></p>
you have to use textarea instead of input