7 Nov
2000
7 Nov
'00
9:22 p.m.
Pete Prodoehl writes:
I was sort of hoping it would be easier. It would be ideal to have this:
<dtml-with images><dtml-var image.gif></dtml-with>
boiled down to one simple tag that works when I store images in a subfolder *and* use file extensions.
But from what I've read so far, it can't be done... I had this opinion till some days ago.
Then Chris Withers wrote: use <dtml-with images><dtml-var image.gif></dtml-with> I did not believe him and tried it out... ... it works in Zope 2.2.2. Dieter