7 Feb
2000
7 Feb
'00
2:11 a.m.
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?