Semantic HTML5 Tags deleted by MicroTiny Editor
Posted: Sat Dec 22, 2012 1:27 pm
Hi there,
I designed a website with CMSMS and a HTML5 Template which uses Semantic HTML5 tags in the {content} section like this:
Every time I reopen the Page in the CMS-Editor und switch to HTML-Editmode the Tag is deleted. At the Moment I use the following workaround. I disabled the WYSIWYG-Editor in the Template with:
Question:
Is there a better way to prevent tags to be deleted in the Editor?
I designed a website with CMSMS and a HTML5 Template which uses Semantic HTML5 tags in the {content} section like this:
Code: Select all
<section id="content" class="container clearfix">
Code: Select all
{content wysiwyg='false'}
Is there a better way to prevent tags to be deleted in the Editor?