sully96
03-14-2005, 07:47 PM
Brand new to css. I'm setting up a page with images that link to larger versions. The page is linked to an external css sheet, mainly for text on the page.
I included thisline:
a:link img {border-color: #000000; border-width: 2px;}
a:visited img {border-color: #000000; border-width: 2px;}
to always keep a 2 px black border around the images. Problem is, any other liked images (buttons) with no borders, end up showing the same 2 px black border.
Go easy on me I'm new, any help is appreciated.
Thanks
I included thisline:
a:link img {border-color: #000000; border-width: 2px;}
a:visited img {border-color: #000000; border-width: 2px;}
to always keep a 2 px black border around the images. Problem is, any other liked images (buttons) with no borders, end up showing the same 2 px black border.
Go easy on me I'm new, any help is appreciated.
Thanks