How To Allow Some Custom Tag In Tinymce Editor
when i pest a html code inside tinymce editor my < figure> tag remove by this editor. how to allow this tag in tinymce editor.
Solution 2:
You need to tell TinyMCE to treat
figure
as valid element.Use this option: http://www.tinymce.com/wiki.php/Configuration:extended_valid_elements
Post a Comment for "How To Allow Some Custom Tag In Tinymce Editor"