How do i setup the Page Background image through Main CSS?
Hi
I tried setting up a background image by adding the url in Main CSS --> Page Background. My problem is the image is shown only on top of the inner table once rather than covering the whole table background. What settings should i put so that the background image shows up on whole page? :tired:
Thanks
I found it hee! hee!!
Add the following information in the Additiona CSS attributes.
background-repeat: repeat;
background-position: center center;
|