[Zope] image border in Zope 2.7.x

Chris Withers chris at simplistix.co.uk
Thu Mar 17 06:51:36 EST 2005


Chris wrote:
> Is there a simple way to change Zope's way to render image-objects 
> globally? I dont' want to change the dtml-code of other people's if 
> possible.

Don't change Zope's rendering, just put:

img {
     border: none;
}

...in your css file.

cheers,

Chris

-- 
Simplistix - Content Management, Zope & Python Consulting
            - http://www.simplistix.co.uk


More information about the Zope mailing list