[Zope] Question
Hannu Krosing
hannu@tm.ee
Thu, 11 Nov 1999 02:10:00 +0200
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