Forums / Setup & design / where are image_class settings? need to change css/add image border
Ben Muller
Thursday 08 January 2004 3:10:34 pm
searched the forum & wiki to no avail...
I just need to add a border to my images, and changing my css in my design/mysite/stylesheets (it is a correctly linked css) does not work.
I know how to change the image size, I just need to change the css. thanks! Ben
Dominik Stoeppel
Friday 09 January 2004 11:09:22 am
hi,
if you mean linked images and you have also include the core.css look for this
a img
{ border: none;}
you can also create a new class and set it in your templates
.myimage { padding: 2px; border: 1px solid; border-color : Black;}
look at a css manual for more
--dominik