Adding borders på pictures?
Posted: Tue Oct 14, 2008 8:36 pm
Hello you all.
Isn't it possible to set borders on all images in the stylesheet? So i dont have to make it on each picture on all pages.. I use Left sidebar + colum, and in the top of that stylesheet is says this:
I have tried to put it like this:
But theres still no border...
Isn't it possible to set borders on all images in the stylesheet? So i dont have to make it on each picture on all pages.. I use Left sidebar + colum, and in the top of that stylesheet is says this:
Code: Select all
/*
if img is inside "a" it would have
borders, we don't want that
*/
img {
border: 0;
}
Code: Select all
/*
if img is inside "a" it would have
borders, we don't want that
*/
img {
border: 1px black;
}