Blue line around hyperlink images. - Want rid!

Discussion in 'HTML & Website Design' started by Notting, Mar 30, 2007.

  1. #1
    Can't work out why when I set an image to be a hyperlink it puts a blue border around the image.

    Check:

    http://www.platformwebsites.com/

    The hyperlink in question is the tab "company profiles".

    I'm missing something here! Just can't find it

    Notting
     
    Notting, Mar 30, 2007 IP
  2. TylerLemieux

    TylerLemieux Peon

    Messages:
    70
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #2
    In the CSS:

    img { border: 0px; }

    or in the <img> tag:

    <img border="0" />
     
    TylerLemieux, Mar 30, 2007 IP
    Notting likes this.
  3. Notting

    Notting Notable Member

    Messages:
    3,210
    Likes Received:
    335
    Best Answers:
    0
    Trophy Points:
    280
    #3
    Don't worry - sorted! (I was an idiot)
     
    Notting, Mar 30, 2007 IP
  4. Notting

    Notting Notable Member

    Messages:
    3,210
    Likes Received:
    335
    Best Answers:
    0
    Trophy Points:
    280
    #4
    Actually - thats a better method.

    Cheers
    Notting
     
    Notting, Mar 30, 2007 IP