Quote:
Originally Posted by Frenzie
Isn't that the same thing?
Various list-style-types should be supported though. This might be more of a defect in our default CSS, with any luck easily resolved.
You could give it a quick try by adding something like this to your document. If it works (and it should) then we should probably simply add it to the default stylesheet.
Code:
ol[type="a"] {
list-style-type: lower-alpha; /* or upper-alpha? */
}
See https://developer.mozilla.org/en-US/...ist-style-type
|
Works. Thanks!
Btw, could you also take a look at this?
https://www.mobileread.com/forums/sh...4&postcount=32