Perrine Reply #1, 4 months, 1 week ago
Hello,
I'm using nested ul and tinymce doesn't render them well.
It makes :
instead of
Anyone knows what to change in tinymce code ?
Thank you
I'm using nested ul and tinymce doesn't render them well.
It makes :
<ul>
<li><strong>Cours techniques</strong> :</li>
<ul>
<li>Classique</li>
<li>Contemporain</li>
<li>Moderne/jazz</li>
</ul>
</ul>instead of
<ul>
<li><strong>Cours techniques</strong> :
<ul>
<li>Classique</li>
<li>Contemporain</li>
<li>Moderne/jazz</li>
</ul>
</li>
</ul>Anyone knows what to change in tinymce code ?
Thank you
