When you need to count in Roman numerals the following may help.
<style>
ol {list-style-type: upper-roman;}
ol ol {list-style-type: upper-alpha;}
ol ol ol {list-style-type: lower-roman;}
ol ol ol ol {list-style-type: lower-alpha;}
ol ol ol ol ol {list-style-type: decimal;}
ol ol ol ol ol ol {list-style-type: lower-alpha;}
</style>
Dale
Last edited by DaleDe; 03-14-2017 at 06:10 PM.
|