+ Reply to Thread
Results 1 to 4 of 4

Thread: Enlarging form field - HTML code?
      
   

  1. #1
    sbrenusa is offline Sergeant
    Join Date
    Jan 2006
    Posts
    28

    Default Enlarging form field - HTML code?

    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

  2. #2
    Join Date
    Feb 2006
    Location
    Earth
    Posts
    8,719

    Default Re: Enlarging form field - HTML code?

    Hi, you would normally replace this & use a text area type of field from your form menu. It can be made to any size you would like.

  3. #3
    sbrenusa is offline Sergeant
    Join Date
    Jan 2006
    Posts
    28

    Default Re: Enlarging form field - HTML code?

    OK I feel like an idiot. Figured out to use the textarea box instead - duh.

  4. #4
    sbrenusa is offline Sergeant
    Join Date
    Jan 2006
    Posts
    28

    Default Re: Enlarging form field - HTML code?

    Thanks Chris.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49