[Zope] Re: Problem after upgrade zope from 2.6.0 -> 2.8.4

Alexander Limi limi at plone.org
Fri Oct 28 02:55:11 EDT 2005


On Thu, 27 Oct 2005 23:27:22 -0700, Tino Wildenhain  
<tino at wildenhain.de> wrote:

> I fail to see how the zope could possibly influence the rendering
> of the very same HTML in a browser.

Zope used to specify border=0 on images, put the title of the object in  
the alt tags of the image and other bad behaviour. Now it doesn't anymore.

Most likely he needs to add the CSS:

img { border: none; }

to his site, depending on what browser he uses to test it.

-- 
_____________________________________________________________________

      Alexander Limi · Chief Architect · Plone Solutions · Norway

  Consulting · Training · Development · http://www.plonesolutions.com
_____________________________________________________________________

       Plone Co-Founder · http://plone.org · Connecting Content
   Plone Foundation · http://plone.org/foundation · Protecting Plone



More information about the Zope mailing list