Hi there,
in the Code-Block I just want to write e.g. <div id=”topp”></div>
So I mark
Deactivate schema.org markup
Output the code without any additional wrapper elements. (not recommended)
But what comes out is e.g.
<div id=’after_submenu’ class=’main_color av_default_container_wrap container_wrap fullsize’ ><div class=’container’ ><div class=’template-page content av-content-full alpha units’><div class=’post-entry post-entry-type-page post-entry-206′><div class=’entry-content-wrapper clearfix’>
<div id=”topp”></div>
</div></div></div><!– close content main div –></div></div>
Is it possible the way I intended to do it?
Greetings