Chris Withers wrote:
> 
> "Smith, Paul" wrote:
> >
> > I want to create an "images" directory for a web site and store image objects 
>there that I can reference. How do I get a DTML document in a higher directory to see 
>the images folder and locate the appropriate image?
> 
> <dtml-with images_folder>
>  <dtml-var an_image>
> </dtml-with>
> 
> cheers,
> 
> Chris

alternatively
<dtml-var "path.to.images.folder.image">

Kapil

_______________________________________________
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )

Reply via email to