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>
</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>
</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
The new update did the trick :)