[Zope] - Objects in sub-folders
   
    Robert OConnor
     
    rocon@pivot.net
       
    Mon, 25 Jan 1999 15:33:02 -0500
    
    
  
Hi Wiebe,
Amos gave a good reply and in part he wrote:
>...So the question is, how to refer to an image within a document. The
answer
>is with its URL.
>
><img src="/myFolder/myImage/foo.gif">
>
>That's all there is to it.
Let me add one thing that may trip you up:
The Caracter Case:
This
><img src="/myFolder/myImage/foo.gif">
Is NOT the same as
><img src="/Myfolder/Myimage/Foo.gif">
I wish there were a way to ignore case
in all cases!
-bobo connor