On this page, you'll see a
smiley-face in the left corner. It's looks like the image is just a normal. If
you scroll down the page, you'll notice that this little face stays planted
while the words move over it. This command could be combined with the other
commands to center the picture or make it repeat, but let's keep it simple for
now. Here's the code for that:
<style type="text/css"> body {background-image:
url('smileyhead.gif'); background-repeat:
no-repeat; background-attachment:
fixed} </style>
You can have a single large image, or a
small one, like the face. You can also add a background color, but not a second
background image. A pretty, faint landscape would make a delightful
background.