Dear Zopeistas, has anybody managed to get a background picture on his site that is served by zope ? I want a <body background=<dtml somewhat> >. My last try was to save the image as a simpe file and say <body background=<dtml var filename>> Then i got the data of the GIF-Image as Characters. Of course i have to tell the browser that there is an image to come. But how ??? The workaraound on another system was to serve the picture via Apache from the filesystem, but on my new system i don't want do setup Apache just for using a background picture. thanks in advance Roland Schopp Arachno GmbH
on 22. desember 1999 Roland Schopp wrote : RS> Dear Zopeistas, RS> has anybody managed to get a background picture on his site that is served RS> by zope ? RS> I want a <body background=<dtml somewhat> >. RS> My last try was to save the image as a simpe file and say RS> <body background=<dtml var filename>> RS> Then i got the data of the GIF-Image as Characters. Of course i have to tell RS> the browser that there is an image to come. But how ??? ought to work if you use <body background="filename"> <dtml-var filename> returns a full <img src=".. tag when 'filename is an image. Check the source of the generated html.. probably looks like this the way you made it : <body background="<img src="filename">> or something similar.. You do not have to tell the browser there is an image coming. <body background="" does that just fine -- Geir B Hansen web-developer/designer geirh@funcom.com http://www.funcom.com
participants (2)
-
Geir B Hansen -
Roland_Schopp@t-online.de