View Single Post
Old 11-09-2004, 10:29 PM   #2 (permalink)
unbornzodiac
 
Junior Techie

Join Date: May 2004

Posts: 95

unbornzodiac

Default

i think this will work:

Code:
<html>
<head>
<style type="text/css">
body
{
background-image:
url('IMAGENAME');
background-repeat:
no-repeat;
background-attachment:
fixed
}
</style>
</head>
<body>


</body>
</html>
replace IMAGENAME with your background image. ex: background.jpg

hope this helps
unbornzodiac is offline