I am trying to use richtext editor from umbraco… and in html area I put something like
<ui id="col">
<li>mycontent</li>
</ui>
Now when I try to save it… it skips my css and converts my code to
<ui>
<li>mycontent</li>
</ui>
Why is umbraco not saving my css id?
I believe the culprit is the tinymce editor. Check out this link for workarounds that may help: http://our.umbraco.org/wiki/how-tos/customizing-the-wysiwyg-rich-text-editor-(tinymce)/allow-any-markup-in-the-tinymce-editor