Position text within a textbox?

Discussion in 'CSS' started by tobydawson13, Jul 13, 2010.

  1. #1
    Hi there,
    Does anybody know how I can position the text in a textbox?
    I need more space in between the text and the top of the textbox.
    How can I do this?
    Thanks :)
     
    tobydawson13, Jul 13, 2010 IP
  2. radiant_luv

    radiant_luv Peon

    Messages:
    1,327
    Likes Received:
    34
    Best Answers:
    1
    Trophy Points:
    0
    #2
    I guess, you'll have to style the <textarea> for multiline box or <input> for single line box.

    example:
    input { padding:5px}
     
    radiant_luv, Jul 13, 2010 IP
  3. tobydawson13

    tobydawson13 Active Member

    Messages:
    645
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    60
    #3
    Oh right pretty simple then :D
    Thanks
     
    tobydawson13, Jul 13, 2010 IP
  4. radiant_luv

    radiant_luv Peon

    Messages:
    1,327
    Likes Received:
    34
    Best Answers:
    1
    Trophy Points:
    0
    #4
    No probs. he he :)
     
    radiant_luv, Jul 13, 2010 IP