Why does this image have a red outline?

Discussion in 'HTML & Website Design' started by GameOver, Mar 14, 2008.

  1. #1
    on my site: www. petbetter .com

    the logo has a red outline, how do i fix this? I have never seen it like that before until I made the image a link. Thanks
     
    GameOver, Mar 14, 2008 IP
  2. Nora

    Nora Well-Known Member

    Messages:
    2,105
    Likes Received:
    76
    Best Answers:
    0
    Trophy Points:
    140
    #2
    Use this:

    <img border="0" src="http://www.petbetter.com/images/logo.jpg">

    :)
     
    Nora, Mar 15, 2008 IP
  3. foreststone

    foreststone Peon

    Messages:
    1,355
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #3
    well done!
     
    foreststone, Mar 15, 2008 IP
  4. pipsbank

    pipsbank Banned

    Messages:
    1,187
    Likes Received:
    21
    Best Answers:
    0
    Trophy Points:
    0
    #4
    <img border="0" src="http://www.petbetter.com/images/logo.jpg">

    Yeah by having the img border="0" ---> you declared a syntax that tell the picture with no border
     
    pipsbank, Mar 15, 2008 IP
  5. GameOver

    GameOver Well-Known Member

    Messages:
    1,307
    Likes Received:
    35
    Best Answers:
    0
    Trophy Points:
    140
    #5
    thanks, it worked.
     
    GameOver, Mar 15, 2008 IP