Page 1 of 1

Solved: Content centered in TinyMCE editor

Posted: Thu Oct 11, 2007 4:48 pm
by redcrew
I've finally returned to a CMSMS site I started in August. I only have one page setup. I noticed in the editor, when I try to edit content, that the content is all centered. I'm using CMSMS Samoa (version 1.1) under Windows XP running Firefox 2.0.0.7.

The CSS for the page has the body tag centered, but the div for the content is left aligned. The page displays correctly outside of the editor.

What could be causing the issue? This will be very confusing for the client when they see the content centered in the editor, but correctly displayed in the browser.

Re: Solved: Content centered in TinyMCE editor

Posted: Thu Oct 11, 2007 5:08 pm
by redcrew
Found a solution to get the editor to left align text and have a white background:
1. login as administrator
2. select extensions, TinyMCE Basic Editor
2. in the settings tab, change the Body tag CSS from default to: background-color: white; text-align: left;
3. select update