[Zope] background picture

chas panda@skinnyhippo.com
Thu, 23 Dec 1999 03:17:24 +0800


>> has anybody managed to get a background picture on his site that is served
>> by zope ?
>> 
>> I want a <body background=<dtml somewhat> >.
>
>Try this with an image "somewhat":
>
><body background="somewhat">
>
>Also nice:
>
><dtml-var "somewhat.tag(height=23,width=23,alt='Hello')">

Actually, doesn't he just want the URL (no attributes
like height/width) if it's a background image (to be
tiled) ?  If so,

<BODY BACKGROUND="<dtml-var "somewhat.absolute_url()">">


chas