I need to use ul markers inside ol markers
I use this code:
- Code: Select all
<ol>
<li>text1</li>
<li>text2<br />
<div>
<ul>
<li>test1</li>
<li>test2</li>
</ul>
</div>
</li>
<li>text3</li>
</ol>
When I open page with this code using default joomla template - it works fine:
But when I enable Creativity - it does not displays ul markers...
How I can fix it?
Thanks.