views:

896

answers:

0

I am using TinyMCE 3.2.5 and by default when you click the center align button it uses an inline style < div style="text-align=center" >. I would like tinyMCE to use < div align="center" > instead of the inline style.

I know setting inline_styles: false in the configuration works. But I would like to use inline styles for everything but alignment.

How would I go about changing this?

Thanks,

Matt