Hi, in the script below, just change the http://www.webbiesite.com/satisfaction.jpg to your own image that you have online. And place this script in the page html property’s box under “Beginning of Body”
You can also ajust the backgrounds colour via the #ffffff (white) part
Good luck.
HTML Code:
<script language="JavaScript1.2">
/*
Watermark Backgound Image Script by(www.webbiesite.com)
*/
if (document.all||document.getElementById)
document.body.style.background="url('http://www.webbiesite.com/satisfaction.jpg') #ffffff center no-repeat fixed"
</script>