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

2005-10-28 Thread Zhi-Wei Lu


On Oct 27, 2005, at 11:55 PM, Alexander Limi wrote:

On Thu, 27 Oct 2005 23:27:22 -0700, Tino Wildenhain  
<[EMAIL PROTECTED]> 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; }


This solves the problem.  Apparently, the default behavior of the  
zope  (2.6.0 <-> 2.8.4) has changed.


Thank you all for your great input.

Zhi-Wei Lu
Institue for Data Analysis and Visualization (IDAV)
UC Davis Phone:(530) 752-0494
Davis, CA 95616Fax: (530) 752-8894


___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce

http://mail.zope.org/mailman/listinfo/zope-dev )


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

2005-10-28 Thread Tino Wildenhain
Am Donnerstag, den 27.10.2005, 23:55 -0700 schrieb Alexander Limi:
> On Thu, 27 Oct 2005 23:27:22 -0700, Tino Wildenhain  
> <[EMAIL PROTECTED]> 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.

Ah yes, well, zope2.6 it was. Otoh, if he would inspect the source
it should show up :)

> Most likely he needs to add the CSS:
> 
> img { border: none; }
> 
> to his site, depending on what browser he uses to test it.

Would not affect lynx but should otherwise work :)

___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


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

2005-10-27 Thread Alexander Limi
On Thu, 27 Oct 2005 23:27:22 -0700, Tino Wildenhain  
<[EMAIL PROTECTED]> 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

___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce

http://mail.zope.org/mailman/listinfo/zope-dev )