Formatting HTML lists using CSS
- by pwaring
I'm trying to recreate list in HTML which has clauses and subclauses like this:
1. Main Clause
(a) Sub clause
(b) Sub clause
2. Another main clause
(a) Sub clause
The problems I'm running into are:
If I use the existing HTML elements (ol and li) there doesn't seem to be a list style for (a) - I can have a. b. c. or A. B. C. but not (a)…