background image in 'Layout: Left sidebar + 1 column' styles

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
dsmous
New Member
New Member
Posts: 2
Joined: Thu Feb 19, 2009 5:11 am

background image in 'Layout: Left sidebar + 1 column' styles

Post by dsmous »

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...
gianpiero
Forum Members
Forum Members
Posts: 221
Joined: Sun Jan 07, 2007 4:32 pm

Re: background image in 'Layout: Left sidebar + 1 column' st

Post by gianpiero »

Left sidebar + 1 column you have to find

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;
}
regards
/gp
Post Reply

Return to “Layout and Design (CSS & HTML)”