The more I try to refine and customise my pages using the HTML/WSIWYG editor I am increasingly finding it almost unsuable for the course layout we want.
Even after updating in HTML mode, once i click Save Changes the editor seems to:
1. add in extra characters:
<script type="text/javascript">// <![CDATA[


Shadowbox.init()


// ]]></script>
2. removes empty <div> tags:
<div style="background-color:blue;height:3px;"></div>
3. removes emptty <p> tags or line breaks
<h1> heading 1 </h1>
<br>
<br>
<br>
<h2> heading 2 </h2>
becomes
<h1> heading 1 </h1>
<h2> heading 2 </h2>
I don't understand what's changed between using Totara 1.0.3 - 10.0.7