Access Keys:
Skip to content (Access Key - 0)
Home (Access Key - 1)
All spaces... (Access Key - 3)
Log in (Access Key - 5)
Sign up (Access Key - 6)
Templating

Mambo Manual is part of the documentation project for the Mambo open source content management system

Toggle Sidebar

Change WYSIWYG Editor Background


If you are using a dark background, or an image background for the body of your template you may find that your editor window is too dark. The same also applies to your print preview. In both cases, the background is being picked up from your template's CSS file.

To change this, add the following in your template's CSS:

body.contentpane {
    background: White;
}

In some templates you will see the following in your CSS file:

.contentpaneopen {
	width:100%;
}

If you change it to this, you should also get a white background:

.contentpaneopen {
	width:100%;
        background: White;
}

Experiment a little as each template uses CSS a little differently.

Toggle Sidebar
Space Navigation
Added by Lynne Pope on 28 Dec, 2007 03:21, last edited by Lynne Pope on 18 Sep, 2008 07:01

Adaptavist Theme Builder Powered by Atlassian Confluence
Free theme builder license