Thursday 16 October 2003 5:19:01 am
Greetings, I would like to have nested ordered lists in my content, such as:
<---
<ol>
<li>item1</li>
<ol>
<li>item2</li>
</ol>
</ol>
---> But unfortunately the WYSIWYG editor seems to strip the nested ordered lists out (leaving only on level of ordered list) even if I disable the editor and send directly to publishing. Also I would like to be about to use the "type" attribute to define the ordered list as uppercase letters. Default, the system does not allow me to do this. Please let me know what I need to make this work, Thanks in advance.
|