I want to be able to insert empty div and span elements, text like [something], but when I save TinyMCE is removing all this code.
Is there a config option that tells TinyMCE to return me the exact text I've entered?
Thanks.
|
I want to be able to insert empty div and span elements, text like [something], but when I save TinyMCE is removing all this code. Is there a config option that tells TinyMCE to return me the exact text I've entered? Thanks.
| |||
|
feedback
|
|
Yes, you need to change your valid_elements config option to somethin like
Iportant here is that the 'P' and 'span' elements does not have a minus standing right before. | |||
|
feedback
|