[Pmwiki-users] Background Image

Jonathan Scott Duff duff
Thu Apr 1 14:20:17 CST 2004


On Thu, Apr 01, 2004 at 11:04:52PM +0200, Albi Rebmann wrote:
> is it possible to use a background image?

Sure.  See http://lighthouse.tamucc.edu

> I tried
> body { background-image:url(../uploads/textur00.gif); }
> in pmwiki.css, but it does not work, even if I write absolute path of the 
> image.

Absolute path?  If you mean in the filesystem, that won't work because
url() is expecting a URL inside the parenthesis :-)  Try something
like:

body {
   background-image:
      url(http://your.domain.here/full/path/to/uploads/textur00.gif);
}

Where, of course, you fill in the actual values.

-Scott
-- 
Jonathan Scott Duff
duff at pobox.com



More information about the pmwiki-users mailing list