Quote Originally Posted by ZERO View Post
Yea, I would not use that one unless there was a way to keep the background in place.
There is an HTML code to fix backgrounds... problem is you would have to incorporate it between the image code and the website code.

<body style="background-attachment: fixed; background-repeat: no-repeat;" background="xxx.jpg">
is the proper code I believe.