Change tinyMCE behaviour?
Change tinyMCE behaviour?
One of the things that absolutely drives me batty about tinyMCE is every time I hit return, change a style, or paste into the editor, it changes to centered text. Since I never use centered text, I then have to change it back. Is there any way to chnge that behaviour so that it stays left justified?
Re: Change tinyMCE behaviour?
Have you tried adding on TinyMCE editor configuration page "text-align:left" to "Body tag CSS:"
You most likely have centered layout and "text-align:center" on body tag. That's what editor is reading and you need to override that on editor settings.
You most likely have centered layout and "text-align:center" on body tag. That's what editor is reading and you need to override that on editor settings.
Re: Change tinyMCE behaviour?
That works great, thanks.KO wrote: Have you tried adding on TinyMCE editor configuration page "text-align:left" to "Body tag CSS:"
Re: Change tinyMCE behaviour?
Remember to add [Solved] on your first mails subject.