Just using the new WYSIWYG editor in Squiz Matrix 5.3.
How is it possible to put spacing in the page without relying on padding/margin of the elements.
Our content authors just want to insert empty lines to space out content and the editor just strips the code out. We have tried:
<p> </p> <br><br> <div class="spacer"></div>
The text editor just strips this code out. Also inserting embedded videos (YouTube/Vimeo) is a problem as well. It would appear that these kinds of things can only be done in Raw HTML mode.
This was not happening in the v4xxx WYSIWYG text editor.
This is happening when using both Google Chrome, Edge and IE11 browsers. Other web browsers don't seem to like _admin interface at all.
Does anyone have any good solutions for this?