vote up 0 vote down star

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

flag

71% accept rate
3  
Why do you want to do this? The 'align' attribute is deprecated: w3.org/TR/REC-html40/… – pkaeding Jul 16 at 22:36
Because HTML that validates is so last year. – Ian Elliott Jul 16 at 23:01
I am using the YUI resize library inside tinyMCE and it does not function correctly when using text-align:center. – maclema Jul 17 at 15:11
1  
i think this is a great reason to NOT USE TinyMCE. Those types of editors are more trouble than they're worth. And chances are your users DO NOT want to look at html. The most advanced thing they should need to do is bold, italicize, and underline. – the0ther Aug 12 at 18:30

Your Answer

Get an OpenID
or

Browse other questions tagged or ask your own question.