Add This Code In Text At Top Of Page To Change Background:
<style type="text/css">
<!--
body{background-image:url(http://image-address);background-attachment: fixed}
-->
</style>
OR
<style type="text/css">
<!--
body {background-color:#xxxxxx;}
//-->
</style>
Click Here For Html Colour Values
|