[Zope] How to display image returned from Catalog query
Oleg Broytmann
Oleg Broytmann <phd@mail2.phd.pp.ru>
Tue, 30 Jan 2001 19:43:41 +0300 (MSK)
On Tue, 30 Jan 2001, Timothy Wilson wrote:
> What I can't figure out is how to display that image. I can use
>
> <a href="&dtml-absolute_url;"><dtml-var title></a>
>
> to make a link to the image, but I want this method to display the image
> directly.
<img src="&dtml-absolute_url;"> ?
Oleg.
----
Oleg Broytmann http://www.zope.org/Members/phd/ phd@phd.pp.ru
Programmers don't die, they just GOSUB without RETURN.