Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #758874

    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

    #759479

    Hey Jochen,
    What are you trying to accomplish with the

    <div id=”topp”></div>

    code?
    The other code above is necessary for the page.

    Best regards,
    Mike

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.