[Zope] Use of images in Zope

Nicholas Dobbing ndobbing@uoguelph.ca
Sun, 6 Feb 2000 21:11:15 -0500


One thing you can do is use an image object name in a standard HTML <img>
tag, e.g.

    <img src=zope_object_name width=nn height=nn alt="some string">

and so on. Hope that's useful,

Nick.

----- Original Message -----
From: Eron Lloyd <woodsage@op.net>

> Can someone enlighten me to the DTML way of using images in Zope? I
> understand you can use a <dtml-var someimage> or <dtml-var
> "path.someimage">, but is there a way to have more control over how it
> would be rendered, i.e. with specifying attributes and values, as well?