HTML Editor 5.7
Permalink
Hello.
The HTML Editor in 5.7 ends open Tags automatically what drives me crazy.
I need an HTML Block with a simple DIV tag:
Then a text block
Then another HTML Block with the end DIV:
But the editor ends the DIV automatically:
Did anybody know how I can stop this behavior?
I think the html editor should do NOTHING automatically.
The HTML Editor in 5.7 ends open Tags automatically what drives me crazy.
I need an HTML Block with a simple DIV tag:
<div id="anker01">
Then a text block
Then another HTML Block with the end DIV:
</div>
But the editor ends the DIV automatically:
<div id="anker01"></div>
Did anybody know how I can stop this behavior?
I think the html editor should do NOTHING automatically.
I`ve done it in another way.
I made a new site-type with several editing areas. It works fine ...
I made a new site-type with several editing areas. It works fine ...
<div id="anker01"> <?php $a = new Area('Anker01'); $a->enableGridContainer(); $a->display($c); ?> <div class="bottom-arrow"> <nav><a href="#anker02"><i class="fa fa-caret-square-o-down fa-3x"></i></a></nav> </div> <br class="clearfix"> </div> <div id="anker02"> <?php $a = new Area('Anker02'); $a->enableGridContainer();
Viewing 15 lines of 22 lines. View entire code block.
Have you found a solution? It's really boring!!!