Hello everyone.
I installed underground theme and now all the pictures that I have inside the pages have a gray line border (attached is a screen-shot). how do I get rid of this boder?
P.S. I took the underground theme from here: http://themes.cmsmadesimple.org/Full_Themes.html
gray line border aroung all images
gray line border aroung all images
Last edited by peter_green on Sat Jul 07, 2007 12:14 am, edited 1 time in total.
Re: gray line border aroung all images
Change the CSS for img to have no border.
Can you provide a link to the site, so we can see the stylesheet?
Nullig
Can you provide a link to the site, so we can see the stylesheet?
Nullig
Last edited by Nullig on Sat Jul 07, 2007 12:36 am, edited 1 time in total.
Re: gray line border aroung all images
Thanks for pointing out man... I found it
It was in the CSS file, there was a section
/* images */
img {
border: 2px solid #CCC;
}
so I did change it to 0px and now no border shows up around the image.
Thanks again!
Peter
It was in the CSS file, there was a section
/* images */
img {
border: 2px solid #CCC;
}
so I did change it to 0px and now no border shows up around the image.
Thanks again!
Peter