PDA

View Full Version : untiled background


Tanapolis
12-18-2000, 05:54 AM
Hi,

I'm truing to get a backround untiled and centered....pls help
Thx

kevin
12-18-2000, 04:13 PM
Use style tags. May not work in all browser however. Here is the "shorthand" code to set all the background properties:


<head>
<style>
body
{
background: #FFFFFF
url("url of image here")
no-repeat fixed
center center
}
</style>
</head>

change #FFFFFF (white) to whatever background color you prefer.

Regards,
Kevin


[This message has been edited by kevin (edited 12-18-2000).]