Hi - Hopefully a quick and easy question.
I've developed two forms. No problems, they post to email fine, they tab to the different field in order (thanks for the hint: on the right click to move to forward.)
Here is one of my draft forms: http://new.casadecampoluxuryvillas.com/rentalres.html
My question is cosmetic. I would like to make the comments field show three or four lines, so that the typical user can see all that he/she has typed and so that it is not all on one line. I'd like to keep the fields unlimited if possible.
I am not able to "pull" the field taller.
The only place I could find to perhaps do this was in the HTML code. Can someone give me a quick HTML code insert to show additional lines? Here is the current HTML code:
<INPUT type="text" size="58" name="comments" value="">
Thanks in advance, Sbrenusa
I've developed two forms. No problems, they post to email fine, they tab to the different field in order (thanks for the hint: on the right click to move to forward.)
Here is one of my draft forms: http://new.casadecampoluxuryvillas.com/rentalres.html
My question is cosmetic. I would like to make the comments field show three or four lines, so that the typical user can see all that he/she has typed and so that it is not all on one line. I'd like to keep the fields unlimited if possible.
I am not able to "pull" the field taller.
The only place I could find to perhaps do this was in the HTML code. Can someone give me a quick HTML code insert to show additional lines? Here is the current HTML code:
<INPUT type="text" size="58" name="comments" value="">
Thanks in advance, Sbrenusa
Comment