[Zope] forbid to render Objects

mitaco@gmx.net mitaco@gmx.net
Wed, 19 May 1999 14:11:11 -0000


hi,

i test this great Zope at the moment, and there is a littel prob. I want
a special background-image.
So i put this image into the ZODB (as Image -> Add) and change my
standard-Header into :
<HTML><TITLE>...</TITLE><BODY Background="<!--#var my_back -->

and i get :
<HTML><TITLE>...</TITLE><BODY background="<img src="http://localhost:9673/my_back" width="2200" height="2" alt="Background">">

so, i can also write a python-method, but why ?

Greetings,

Mike