1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

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