input border help

Discussion in 'HTML & Website Design' started by MichaelS, Aug 20, 2007.

  1. #1
    I don't want a border on this image. What do I change on it?
    <input border=0 type="image" src="http://img214.imageshack.us/img214/6378/donatezx0.gif" name="submit">
    On my stylesheets, input has a border, but I don't want one on this particular one.
    Thanks.
     
    MichaelS, Aug 20, 2007 IP
  2. bogs

    bogs Active Member

    Messages:
    2,142
    Likes Received:
    16
    Best Answers:
    0
    Trophy Points:
    80
    #2
    border = 1 or higher than that...
     
    bogs, Aug 20, 2007 IP
  3. MichaelS

    MichaelS Guest

    Messages:
    595
    Likes Received:
    40
    Best Answers:
    0
    Trophy Points:
    0
    #3
    I don't want a border on it.
     
    MichaelS, Aug 20, 2007 IP
  4. armazena

    armazena Peon

    Messages:
    3
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #4
    try this:
    <input style="border:0px" type="image" src="http://img214.imageshack.us/img214/6378/donatezx0.gif" name="submit">

    or add an id for this tag and set its border on css file
     
    armazena, Aug 20, 2007 IP
    MichaelS likes this.
  5. MichaelS

    MichaelS Guest

    Messages:
    595
    Likes Received:
    40
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Thank you very much, it worked! Leaving reputation...
     
    MichaelS, Aug 20, 2007 IP