I\'m using TinyMce and even though the danger of a script attack, I need to enable all html tags with the editor.
Currently, I\'m use like:
valid_ele
You can set
valid_elements : '*[*]',
to allow all html tags.
To keep style tags, use valid_children : "+body[style]"
valid_children : "+body[style]"