Semantic HTML5 Tags deleted by MicroTiny Editor

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
mdeuerlein
New Member
New Member
Posts: 3
Joined: Mon Oct 22, 2012 4:49 pm

Semantic HTML5 Tags deleted by MicroTiny Editor

Post by mdeuerlein »

Hi there,

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">
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:

Code: Select all

{content wysiwyg='false'}
Question:
Is there a better way to prevent tags to be deleted in the Editor?
Wishbone
Power Poster
Power Poster
Posts: 1368
Joined: Tue Dec 23, 2008 8:39 pm

Re: Semantic HTML5 Tags deleted by MicroTiny Editor

Post by Wishbone »

Why are you putting the <section> tag in the editor?

Why not:

Code: Select all

<section id="content" class="container clearfix">
{content}
</section>
Post Reply

Return to “Layout and Design (CSS & HTML)”