where are image_class settings? need to change css/add image border

where are image_class settings? need to change css/add image border

Thursday 08 January 2004 3:10:34 pm - 1 reply

Author Message

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

You must be logged in to post messages in this topic!

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.