[Zope] Re: Newbie question
Andy McKay
AndyM@ActiveState.com
Fri, 5 May 2000 09:42:44 -0700
I just found out the answer. If anyone else is having the same problem the
answer is in this doc:
http://www.zope.org/Members/Hoekstra/ChangingContexts1
and the answer is:
<dtml-var "images.Man">
----- Original Message -----
From: "Andy McKay" <AndyM@ActiveState.com>
To: <zope@zope.org>
Sent: Friday, May 05, 2000 9:14 AM
Subject: Newbie question
> I have an image I reference in dtml as:
> <dtml-var Man.gif>
>
> I move it to an images folder and then try to reference as:
> <dtml-var /images/Man.gif>
>
> It doesnt work. Whats the correct syntax?
>
> TIA.
>