Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi,
I am working in Umbraco 7.2.4 website.
I am facing one issue that when I add <span class="banner"></span> then RTE removes that span after publishing content node.
<span class="banner"></span>
So everytime I need to add blank space in span like below.
<span class="banner"> </span>
Is there any way to solve this issue?
Or am I missing any configuration setting for TinyMCEv3 ?
Thanks in advance.
Regards,
Urvish Mandaliya
Hey,
I've come across this. It is configurable in config\tinyMceConfig.config but it's a real pain because the syntax is awful.
config\tinyMceConfig.config
Here's a TinyMCE forum post where somebody has provided their config, which is helpful: forum post link
Also check out the official docs for: valid_elements
Sorry I can't be more help :)
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
blank tag removed after publish in RTE
Hi,
I am working in Umbraco 7.2.4 website.
I am facing one issue that when I add
<span class="banner"></span>
then RTE removes that span after publishing content node.So everytime I need to add blank space in span like below.
Is there any way to solve this issue?
Or am I missing any configuration setting for TinyMCEv3 ?
Thanks in advance.
Regards,
Urvish Mandaliya
Hey,
I've come across this. It is configurable in
config\tinyMceConfig.config
but it's a real pain because the syntax is awful.Here's a TinyMCE forum post where somebody has provided their config, which is helpful: forum post link
Also check out the official docs for: valid_elements
Sorry I can't be more help :)
is working on a reply...