[Sigia-l] Backdrops

Listera listera at rcn.com
Thu Apr 24 22:10:06 EDT 2003


"Ed Housman" wrote:

> Can you put a .jpg behind the text, covering the whole page, like a watermark
> in HTML?

The simplest:
<body background="picture.jpg"> And bgproperties="fixed" if you need that.

Tables and cells can have bkg images as well.

CSS gives you much finer control of what page elements, where and how can
get bkg pictures. For example.

body {background-image: url (picture.jpg); background-repeat: repeat-y}

p {background-image: url (picture.jpg); background-repeat: no-repeat}

p {background-image: url (picture.jpg); background-attachment: fixed}

body {background: url (picture.jpg) center}

Etc.

Ziya
Nullius in Verba 





More information about the Sigia-l mailing list