you can edit the tinyMceConfig.config file in the config folder.
Look for the <validElements> element and remove the minus sign("-") before any of the tags you dont want to get stripped out in the editor. Make sure you recycle your app pool or touch the web.config in order to reload the config.
Persist Empty Tag in TinyMCE
By default TinyMCE will remove all empty Html tags, how can I configure it to allow empty tags?
Hi Hardy
I'm not sure how it can be done but I'm a bit curious to learn why you want this to happen?
/Jan
Hi Hardy,
you can edit the tinyMceConfig.config file in the config folder.
Look for the <validElements> element and remove the minus sign("-") before any of the tags you dont want to get stripped out in the editor. Make sure you recycle your app pool or touch the web.config in order to reload the config.
Rgds,
David
is working on a reply...