TinyMCE:Configuration/invalid elements
From Moxiecode Documentation Wiki
[edit]
Option: invalid_elements
This option should contain a comma separated list of element names to exclude from the content. Elements in this list will removed when TinyMCE executes a cleanup.
[edit]
Example of usage of the invalid_elements option:
tinyMCE.init({
...
invalid_elements : "strong,em"
});
Also see valid_elements and extended_valid_elements for more configuration options.
