hi, can you guide me to change the whole page background to an image. i have tried adding the background tag to the body in the editor section but no change appeared.
complete background change
2 posts from 2 voices-
Posted 2 years ago #
-
You can change the background image by editing the style1.css/ style2.css / style3.css file depending on which style you have chosen.
Open up the file and you'll see similar code to this at the top:
body{ background: #fff url(../images/skin1/bg.png) repeat-x 0 0; color:#666; }Change the URL within the brackets. If you want the image to tile (repeat) down the page as well as across, change repeat-x to repeat, if you don't want the image to repeat, change it to no-repeat.
Posted 2 years ago #
Reply
You must log in to post.














