you should use style sheet to specify how the background image is
positioned and tiled, for example:
<HTML>
<HEAD>
<TITLE>Online Books</TITLE>
<STYLE>
BODY { background: white url(file:///c:\shekou.jpg)
no-repeat center center }
</STYLE>
....
you may consult and book of "cascading style sheet" for usage.
alex
-----Original Message-----
From: Rosie LoBrutto [mailto:rosiel@f...]
Sent: Tuesday, March 20, 2001 6:45 PM
To: HTML Code Clinic
Subject: [html_code_clinic] Background images
I am using a large graphic(600px. X 400px.)for the background image on
my
web page. I want the image to show only once, and not to tile repeatedly
across the background. Is there any way that I can make this happen, or
am
I doomed to have a page with multiple background images? Help!