how to add text boxes on a image

Discussion in 'HTML & Website Design' started by unique1801, Dec 5, 2009.

  1. #1
    i want to add textboxes on my website logo!

    how do i add it ?
     
    unique1801, Dec 5, 2009 IP
  2. speakeasy602

    speakeasy602 Active Member

    Messages:
    150
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    51
    #2
    you'll have to create a div and use your logo as the background image. Then, style accordingly
     
    speakeasy602, Dec 5, 2009 IP
  3. unique1801

    unique1801 Peon

    Messages:
    36
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    how do i make my website logo as ...the background image
     
    unique1801, Dec 5, 2009 IP
  4. unigogo

    unigogo Peon

    Messages:
    286
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    0
    #4
    <div style="background-image:url(url of your image)"></div>
     
    unigogo, Dec 5, 2009 IP
  5. jtaylo49

    jtaylo49 Peon

    Messages:
    66
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Or simply read up on CSS, it isn't difficult... do a google search for "w3schools css" and you'll have your info.
     
    jtaylo49, Dec 6, 2009 IP
  6. mrpaisa

    mrpaisa Guest

    Messages:
    741
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    <form method="post" action="">
    <textarea name="comments" cols="40" rows="5">
    Enter you name
    </textarea></br>
    <input type="submit" value="submit">
    </form>
     
    mrpaisa, Jan 18, 2010 IP