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)
-   -   where to add body background image (https://forum.x-cart.com/showthread.php?t=43469)

D Brugge 11-05-2008 09:14 PM

where to add body background image
 
I am using the Fashion Mosaic template currently set to its default 900px wrapper. I would like to ad a repeating background to the body tag. that would show in the areas outside of the wrapper. Where (what template) should this be added?

Victor D 11-06-2008 12:05 AM

Re: where to add body background image
 
I'm not familiar with Fashion Mosaic but suspect that you should change your skin1/skin1.css like this:
HTML Code:


BODY {
background: url(images/yourimage.jpg) top left repeat;
}

and put yourimage.jpg in skin1/images folder

D Brugge 11-06-2008 08:15 AM

Re: where to add body background image
 
Duh! Sometimes when you are working at 2AM against a deadline, you miss the obvious.

I haven't done html layouts using tables in quite some time, and it got me quite discombobulated.

Thanks!


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

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