[Zope] Setting background image!!
scott kaplan
skaplan@wso.williams.edu
Fri, 5 Nov 1999 15:10:22 -0500 (EST)
Sunit,
I have a feeling that <dtml-var bgImage>
is inserting <img src="your image name here.gif">
where you probably want just "your name here"
maybe try either background=<dtml-var NameOFIMage>
where NameOFImage is some folder prop w/ the name of your image
or
try background=<dtml-var "bgImage.absolute_url()">
hope this helps
-s
On Fri, 5 Nov 1999, Joshi, Sunit wrote:
>
> Could someone please tell me how to upload a background image using
> DTML. I tried the following
> <body bgcolor="#FFFFFF" background=<dtml-var bgImage> >
> but it does not work. Any other image works fine though
>
> thanks
> Sunit
>
>
> _______________________________________________
> Zope maillist - Zope@zope.org
> http://lists.zope.org/mailman/listinfo/zope
> No cross posts or HTML encoding!
> (Related lists -
> http://lists.zope.org/mailman/listinfo/zope-announce
> http://lists.zope.org/mailman/listinfo/zope-dev )
>
>