Option: inline_styles

If you 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.

Example of usage of the inline_styles option:

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