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
Hello
In text editor content when I insert line as below, the "rel" attribute gets stripped off.
<ul> <li rel="tab1">one</li> <li rel="tab2">Two</li> </ul>
So, how to solve this issue?
Have a look in /config/tinyMceConfig.config file in Umbraco
/config/tinyMceConfig.config
There should be a validElements section there where you can add it.
validElements
Though I'm pretty sure rel is not valid on LI tags in HTML, it's only for A and LINK tags.
I have already tried changing into '/config/tinyMceConfig.config' file, but its not working. What is the work around for the same?
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
rich text editor attribute gets stripped off
Hello
In text editor content when I insert line as below, the "rel" attribute gets stripped off.
So, how to solve this issue?
Have a look in
/config/tinyMceConfig.config
file in UmbracoThere should be a
validElements
section there where you can add it.Though I'm pretty sure rel is not valid on LI tags in HTML, it's only for A and LINK tags.
I have already tried changing into '/config/tinyMceConfig.config' file, but its not working. What is the work around for the same?
is working on a reply...