Re: [Zope] images in directories
2 Nov
2000
2 Nov
'00
4:21 p.m.
CURTIS David a écrit :
Hi, I check the archives but could not find an answer. How do you display images that are burried in directories? For example, <dtml-var image1> works with the image1 at same level but <dtml-var /IMAGES/image1> does not. nor does <dtml-var IMAGES/image1> Any help would be apprechiated. Thanks in advance
You can use the <dtml-with> tag on the folder IMAGES (because it's an object) like that : <dtml-width IMAGES> ... <dtml-var image1> ... <dtml-var image2> ... </dtml-width> but it's a bit boring...
9285
Age (days ago)
9285
Last active (days ago)
0 comments
1 participants
participants (1)
-
Laurent Tranchant