Quote:
Originally Posted by DiapDealer
Hardcode your numbered/lettered lists and be done with them I'd usually say.
|
Yep, that's the only way to reliably do it.
Also not well supported with <ol>:
- start (anything that starts beyond 1.)
- type Alternate numbering schemes (like roman numerals, greek letters, [...])
Also definitely not supported is all the fancy CSS3 numbering.
Using those is bound to break on many older devices.
Quote:
Originally Posted by DiapDealer
But an entire book that's one long list?? You have my sympathies. No way I'd deal with something like that.
|
Exactly. Only reliable way to do it is hardcoding.