22 Dec
1999
22 Dec
'99
7:17 p.m.
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