11 Nov
1999
11 Nov
'99
12:10 a.m.
Arjan Scherpenisse wrote:
I want to have all my images in a subfolder. Then, in an <IMG> tag, it _should_ be possible to reference them by making this tag: <IMG SRC="Images.Logo">
try: <IMG SRC="Images/Logo"> the external (WWW/HTTP) representation uses /
assuming the Logo image is in the Images folder...
but it doesnt work... some1 give me a clue...
If you hav ethw images folder at some point like / or /Z/ use /Images/Logo or /Z/Images/Logo or else the images will not be cached (but will be usable due to Aquisition) ------------- Hannu