15 Mar
1999
15 Mar
'99
4:54 p.m.
At 05:38 PM 3/15/99 +0100, Milos Prudek wrote:
<!--#var "images.somefilename"--> should work - except that the image filename contains the "." character (eg: "foo.gif") and this gets confused
Object name can be different from filename. Thus you name your foo.gif file just Foo, and that's it.
Or, if you absolutely must have '.' in the filename, try: <!--#with images--><!--#var foo.gif--><!--#/with-->