Hello Adam,
I am using Cute Editor 5.3, perhaps this problem is in that version only...
I have tested the same issue in your link i.e Cute editor 6.0 but its working fine there. Actually I compared the generated HTML by Cute Editor 5.3 and Cute Editor 6.0, the difference is as follows...
In Cute Editor 5.3
<ul>
<li>aaaaa
<li><span class=SectionMenu>bbbbb </span>
<li><span class=SectionMenu>ccccc </span>
<li>ddddd </li>
</ul>
In Cute Editor 6.0
<ul><span class=SectionMenu>
<ul>
<li>aaaaa</li>
<li>bbbbb</li>
<li>ccccc</li>
<li>ddddd</li>
</ul>
</span>
<li>~</li>
</ul>
Could u pls tell me what is the reason behind this?
Is that the bug of Cute editor 5.3?