How do I change the background on either side of my page to an image instead of just a colour?
www.mccarthyhighland.com/shop
How do I change the background on either side of my page to an image instead of just a colour?
www.mccarthyhighland.com/shop
What sort of image?
Please do not PM for support issues: a private solution doesn't benefit the community.
Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.
this is what you need to change, will need to take out background colour and place in image. Exact code I am not sure of unless I played with it.
http://tutorials.zen-cart.com/index.php?article=201
[FONT=Fixedsys]We live in a rainbow of chaos ~ Paul Cezanne[/FONT]
Kim, I have a background gif, the kind you tile to fill the space, that I'm considering using.
Zas, could you let me know what the code should be for me to do this? I'm running out of time to get this site up and running, and I don't know enough about CSS coding to handle this yet.
Thanks ,
Highlander
In your stylesheet
Code:body{ background-image: url(/includes/templates/custom/images/bg.gif); }
thanks. I trid the code you supplied, but the image didn't show up? The background just changed to white? Do I need to do something for the image to "tile" and fill in all the available space around the central "page"?
Try putting your image in the line I've higlighted in red. Pick a background color close to the main color in your image and replace the black that I have (000000).
Code:#mainWrapper { background-color: #000000; background-image: url('../images/space011.jpg'); text-align: left; width: 100%; vertical-align: top; }
Mary Ellen
I came; I saw; I Zenned
Taking over the world... one website at a time
Make sure brain is engaged before putting mouth in gear... or fingers to keyboard.
Holzheimer
Fan Odyssey
Thanks! I discovered by playing around that your chunk of code needs to be in the " body { " portion of the stylesheet. Works fine......but I didn't like the background image afterall.
Bookmarks