Quote:
Originally Posted by eggheadbooks1
I tried the second one, but Sigil, ADE, Kindle -- none of them recognize
|
The following code works at least in ADE 1.7-4.5 and Sigil. Maybe there's a typo in your code.
Code:
<ol style="list-style-type: lower-alpha;">
<li>Veni</li>
<li>Vidi</li>
<li>Vici</li>
</ol>
<ol style="list-style-type: lower-latin;">
<li>Cogito</li>
<li>Ergo</li>
<li>Sum</li>
</ol>
(The inline styles are only for testing purposes.)