I was wondering, is there an easy way to modify the ol tag so list elements are displayed in the following matter:
Article I
Section I
A
i
ii
B
C
Section 2
Section 3
Article 2
It seems like it would be a routine operation that could be performed with CSS easily using nested <ol> tags. I just need a way of adding a text prefix to the characters used for the list and I'll be all set.
Article I
Section I
A
i
ii
B
C
Section 2
Section 3
Article 2
It seems like it would be a routine operation that could be performed with CSS easily using nested <ol> tags. I just need a way of adding a text prefix to the characters used for the list and I'll be all set.