Important changes to Tiny Cloud pricing > Find out more
Return to Website

inline_styles

Enable the inline styles feature by setting this option to true. Most of the attributes get 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.

Example of usage of the inline_styles option:

tinyMCE.init({
    ...
    inline_styles : true
});

Except as otherwise noted, the content of this page is licensed under the Creative Commons BY-NC-SA 3.0 License, and code samples are licensed under the Apache 2.0 License.