X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   want to insert image but dont know where (https://forum.x-cart.com/showthread.php?t=31856)

sakeena 11-09-2007 06:34 AM

Re: want to insert image but dont know where
 
can anyone explain how to stop the background image from tiling through the main area?

balinor 11-09-2007 06:36 AM

Re: want to insert image but dont know where
 
background-repeat: no-repeat;

That just keeps the image to one image though, you can't get it to appear on the left and the right of your content area unless you create one huge image.

carpeperdiem 11-09-2007 07:24 AM

Re: want to insert image but dont know where
 
Quote:

Originally Posted by sakeena
can anyone explain how to stop the background image from tiling through the main area?


Set the container for the main area to white or whatever background color you want...

my site looks like this:
Quote:

/*
Content enviroment styles
*/
TABLE.Container { width: 960px; margin-left: auto; margin-right: auto; background-color: #FFFFFF; }
TD.Container { height: 95%; vertical-align: top; }
/*


All times are GMT -8. The time now is 02:44 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.