[Zope] images in directories

Farrell, Troy troy.farrell@wilcom.com
Thu, 2 Nov 2000 10:27:46 -0600


Aha!  Acquisition!

http://www.zope.org/Members/Amos/WhatIsAcquisition

Assuming that IMAGES is a subfolder of the PWD, try this (untested):

<dtml-with IMAGES>
  <dtml-var image1>
</dtml-with>

Also look here:
http://www.zope.org/Members/michel/HowTos/WithTagHow-To

Troy

What is a fool that has no money?

-----Original Message-----
From: CURTIS David [mailto:David.Curtis@state.or.us]
Sent: Thursday, November 02, 2000 9:42 AM
To: Zope@zope.org
Subject: [Zope] images in directories
Sensitivity: Personal


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

 


_______________________________________________
Zope maillist  -  Zope@zope.org
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 )