Images are rendered differently in tables than in the normal body
Samuel Schluep <[email protected]>
| Newsgroups | gmane.comp.web.zope.silva.devel |
|---|---|
| Message-ID | <[email protected]> |
Dear Developers Images are rendered differently in tables than in the normal body: - in a table the image is rendered as:: '<img src="http://host.org/instance/doc/image.jpg" alt="" title="" class="default" height="xxx" width="yyy">' - in the body the image is rendered as:: '<img src="http://host.org/instance/doc/image.jpg/image" alt="" title="" class="default" height="xxx" width="yyy">' The difference is the '/image' at the end of the URL. Do you also have this difference, and is there some reason for this difference? (In some specialized export function I access the image object from the URL and I want to read the content type of the image with 'getContentTyp', which exists for the 'image' object but not for the 'Silva Image' object). Best regards Sam -- Samuel Schluep, Institut für Hygiene und Arbeitsphysiologie, ETH Zürich +41 1 632 74 24 | [email protected] | http://www.iha.bepr.ethz.ch