16 Sep
2002
16 Sep
'02
6:08 p.m.
Edward Pollard writes:
I have a page. It includes a macro (some HTML) that is in a subfolder. This html needs to refer to an image file in the local context of the macro file (in the same subfolder). This is a major weakness of METAL (discussed several times in the ZPT mailing list).
There is no clean solution: You can access the image via "<foldername>/<imagename>". This will usually work due to acquisition. Dieter