HTMLArea :: the ListType plugin
<p>List style type is selected using the CSS property "list-style-type". Hopefully it will work with Internet Explorer, right? ;-) Let's start the monster to test it out.<br /></p><p>Cool, it works. Except for "lower-greek", which doesn't seem to be supported (and worse, a gross error message is displayed). Therefore, I hide that proerty from IE--it will only be available if the browser is not IE.<br /></p><ol style="list-style-type: decimal;"><li>This is a list<br /></li><li>with decimal numbers<br /></li><li>blah blah<br /></li><li>dolor sic amet<br /></li></ol><ol style="list-style-type: lower-greek;"><li>yet another</li><li>list with greek<br /></li><li>letters<br /></li><li>lorem ipsum<br /></li><li>yada yada<br /></li></ol>