TinyMCE:Configuration/inline styles
From Moxiecode Documentation Wiki
[edit]
Option: inline_styles
Enable the inline styles feature by setting this option to true. Most of the attributes gets converted into CSS style attributes instead. This will make the editor output more XHTML strict compatible.
This option is enabled by default as of 3.0a1.
[edit]
Example of usage of the inline_styles option:
tinyMCE.init({
...
inline_styles : true
});
