Hi, I relatively new to Zope and got a small problem: I have the following Site structure Home |-Images (only these that are shared among all folders) |-News | |-Images (only these that are useful to the News only |-... But when I include a header from Home in a dtml-document in News I don't get the images that are referenced there. To illustrate this the content of index_html of News is this way: <dtml-var standard_html_header> blabla <img src="Bilder/bg.gif"> blabla Now the bg.gif lies under Home/Bilder and is displayed correctly, but 2 Images from the header are not displayed. Both exist and If I access the Images by appending Bilder/img1.gif to the News-Url I get the following error: | Site Error | | An error was encountered while publishing this resource. | | Debugging Notice | Zope has encountered a problem publishing your object. | | Cannot locate object at: | http://localhost:9673/ls-dbis/News/Bilder/EckeLinksOben.gif | | Troubleshooting Suggestions | | * The URL may be incorrect. | * The parameters passed to this resource may be incorrect. | * A resource that this resource relies on may be | * encountering an error. | | For more detailed information about the error, please refer | to the HTML source for this page. | | If the error persists please contact the site maintainer. | Thank you for your patience How can I resolve this, or is it unresolveable? That would be very bad, as I began to love the possibility to have common images shared among folders wothout having N copies of it. (and without creating the img src with dtml or script) Andreas -- Wer nicht manchmal den Verstand verliert, hat keinen.