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

    Hello,

    I have a problem with the code block. When I save code in de block it deletes html tags and structure. The example below will explain:

    I put in the block:
    <div class=”student_home_box” id=”student_home_box_it”>
    <div class=”student_hover”>
    <p>Klik voor meer informatie</p>
    </div>

    <div class=”student_default”>
    <h3>de IT-STUDENT</h3>

    • data entry
    • migratie
    • it-ondersteunig

    </div>
    </div>

    when I save it it becomes:
    <div class=”student_home_box” id=”student_home_box_it”>

    <div class=”student_hover”>

    Klik voor meer informatie</div>

    <div class=”student_default”>
    <h3>de IT-STUDENT</h3>

    • data entry
    • migratie
    • it-ondersteunig

    </div>
    </div>

    It deletes the <p> element.

    I tested it on another enfold site and there is no problem it leaves the <p> and the structure intact. Can you help thanks.

    Greets

    #288732

    The new update did the trick :)

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘code block not working’ is closed to new replies.