What tags are you thinking about? Could you please explain a bit more detail? Are you making use of a 3rd party package? Or are you trying to add some custom markup into the RTE field?
and are allowed in the /config/TinyMceConfig.config file - But since tidy should be disabled it should work out of the box. But you can try adding these elements in the validElements section of this file or you could just place a * in the CDATA section, replacing all the other settings. This should allow for anything.
However...<section> does not sound like something that you would want to insert into a rich text editor - Sounds like something you would want to place in your macros or templates to control the rendering of different sections with content so perhaps you need to reconsider your current structure. After all the RTE is only intended for textual content. Not sections.
Anyway - Hope this helps.
Remember to recycle the app pool after adding the changes.
tage section richeditor
Hello, Why richeditor remove tag
Hi kodermax
What tags are you thinking about? Could you please explain a bit more detail? Are you making use of a 3rd party package? Or are you trying to add some custom markup into the RTE field?
/Jan
tags < section > and < i > I use standart rich text editor in Umbraco
Hi Kodermax
Ok, that way - As such I don't think that
However...
<section>
does not sound like something that you would want to insert into a rich text editor - Sounds like something you would want to place in your macros or templates to control the rendering of different sections with content so perhaps you need to reconsider your current structure. After all the RTE is only intended for textual content. Not sections.Anyway - Hope this helps.
Remember to recycle the app pool after adding the changes.
/Jan
is working on a reply...