making email subscribe boxes bigger?

Discussion in 'HTML & Website Design' started by quite, Aug 23, 2007.

  1. #1
    title says it all

    how do i make email subscribe boxes large? if you look at http://www.quiteproxy.net i want to be able to make the box where you type the email address larger, is this possible? if so how?!

    thanks
     
    quite, Aug 23, 2007 IP
  2. Tessa

    Tessa Peon

    Messages:
    34
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    can you not look just at your code and alter the box dimensions?
     
    Tessa, Aug 23, 2007 IP
  3. bentong

    bentong Banned

    Messages:
    3,543
    Likes Received:
    257
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Simply add the height & width. ;)
     
    bentong, Aug 23, 2007 IP
  4. jakomo

    jakomo Well-Known Member

    Messages:
    4,262
    Likes Received:
    82
    Best Answers:
    0
    Trophy Points:
    138
    #4
    Hello,

    You should do it with css styles ie

    <input type="text" name="email" style="width:20px; height:100px;">

    Best
    Jakomo
     
    jakomo, Aug 23, 2007 IP
    quite likes this.
  5. quite

    quite Peon

    Messages:
    392
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    0
    #5
    oohh clever, thanks everyone
     
    quite, Aug 23, 2007 IP