j
k
j a
j l
Andy McKay wrote:
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>
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>
Try: [untested] <dtml-with images> <dtml-var Man.gif> </dtml-with> Michael Bernstein.
Back to the thread
Back to the list