Removing border of image link

Discussion in 'CSS' started by Trance-formation, Oct 25, 2004.

  1. #1
    I've always set the border property of an image to eaqual "0" in the past, but that I understand is a deprecated property... how do I achieve the same thing with CSS??

    :mad:
     
    Trance-formation, Oct 25, 2004 IP
  2. reh3363

    reh3363 Guest

    Messages:
    147
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    0
    #2
    img {
    border: 0;
    }
     
    reh3363, Oct 25, 2004 IP
  3. Trance-formation

    Trance-formation Peon

    Messages:
    598
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Thanks... it's bloody typical, but I have been looking for that info for hours, and as soon as I posted I found
    A:link IMG { border: none }
    Code (markup):
    which works :eek:
     
    Trance-formation, Oct 25, 2004 IP