I'm setting CMS made simple for my employer...
I've used it with great success many times before, but with a mostly stock configuration...
We want to have a background image behind the whole page (header, menu, and content...
We've went all through the stylesheet several times, and haven't found a way to set this up... Any thoughts??
I'm using CMS version 1.10.1...
background image in 'Layout: Left sidebar + 1 column' styles
Re: background image in 'Layout: Left sidebar + 1 column' st
Left sidebar + 1 column you have to find
regards
/gp
Code: Select all
/*****************basic layout *****************/
body {
margin: 0;
padding: 0;
/* default text color for entire site*/
color: #333333;
/* you can set your own image and background color here */
background: #ffffff url([[root_url]]/uploads/anyfolder/yourimage.png) repeat-x left top;
}
/gp