28 Oct
2005
28 Oct
'05
7:05 a.m.
Am Donnerstag, den 27.10.2005, 23:55 -0700 schrieb Alexander Limi:
On Thu, 27 Oct 2005 23:27:22 -0700, Tino Wildenhain <tino@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.
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 :)