OceanDesigner
Programmer
I have the following html printing on a single line:
This prints the character "1", a couple of spaces and then a multi-line text box. The "1" is aligned with the bottom of the text box. I cannot figure out how to align the "1" with the top of the text box. I appreciate any help.
Jeff
Code:
<p>1 <textarea rows="2" name="S1" cols="20"></textarea></p>
This prints the character "1", a couple of spaces and then a multi-line text box. The "1" is aligned with the bottom of the text box. I cannot figure out how to align the "1" with the top of the text box. I appreciate any help.
Jeff