[Zope] newbie question : <dtml with> upwards in the directory structure

Geir B Hansen geirh@funcom.com
Thu, 16 Sep 1999 15:58:35 +0200


i have a directory structure like this :

zope
   |-----some_folder
               |---------images
               |---------news
                               |------newsarchive


if i reference an image from the news folder with the following :

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

- everything works out fine..
But when i use the same chunk in the newsarchive folder, i get an
error..

I can work around this by usin the url to the image in an <IMG> tag ,
but this is not what i want..
How can i reference the images-folder so that the method will work from
anywhere in the folder-structure ??


------------------------------------------------
          Geir B Hansen
      geirh@funcom.com
Web-designer / Graphic artist
          Funcom Oslo
------------------------------------------------