forms

Discussion in 'HTML & Website Design' started by rojojat, May 27, 2009.

  1. #1
    Hi,
    I am trying to make a text box on a form.

    This is what I have:
    Comment: (required!)<br />
    <input name="field2" type="text" />

    the standard width is fine, but how do I lengthen the height?

    Thanks
     
    rojojat, May 27, 2009 IP
  2. HorseGalleria

    HorseGalleria Peon

    Messages:
    91
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #2
    <input style="height:50px;" name="field2" type="text" size="20" />
     
    HorseGalleria, May 27, 2009 IP
  3. rojojat

    rojojat Peon

    Messages:
    43
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Awesome,
    Thank You.
     
    rojojat, May 27, 2009 IP