Page 1 of 1

How to remove WYSIWYG centering?

Posted: Mon Jul 04, 2011 10:21 pm
by jbx1
I have just installed CMSMS and I am putting in my html template and all seems OK. I have a

Code: Select all

<div>
which through CSS I have put

Code: Select all

text-align: left;
amongst some other styling stuff and I put the

Code: Select all

{content}
tag in.

All this works well, on the website. However for some reason the WYSIWYG editor is thinking that the div's text alignment is centred. I simply refuses to left align even when I press the left alignment button. When I submit the content it appears just fine, it is the WYSIWYG editor part that I need to fix.

I need to fix this because my users will be confused having everything centred. From where does the WYSIWYG editor deduce this?

Thanks.

Re: How to remove WYSIWYG centering?

Posted: Mon Jul 04, 2011 10:59 pm
by Jos
If you go to Extensions ยป TinyMCE WYSIWYG tab Advanced, you should be able to set the text-align:left; in the "Body tag CSS" field