Find jobs - Debt Consolidation - Bad Credit Loans - Online Schooling - Debt Consolidation

PDA

View Full Version : Removing border of image link


Trance-formation
Oct 25th 2004, 3:11 pm
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:

reh3363
Oct 25th 2004, 3:19 pm
img {
border: 0;
}

Trance-formation
Oct 25th 2004, 3:23 pm
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 } which works :o