RH8 - List numbering question (basic)
I was wading through Peter's info on fixing lists that have come over from older versions of RH and have decided to sort-of start from scratch.
I commented out all of the extraneous (at least I think they are) styles in my .css. For example, where I had a P.List1 and a LI.P-List1, I removed the P.List1 (and vice-versa). In other words, I left the P.* styles for paragraphs, and the LI.* styles for lists.
Now...
I have three numbered list styles: p-List1 (decimal), p-List2 (loweralpha, indent .25), p-List3 (lowerroman, indent .5).
I type in the following lines with no style assigned:
test line 1
test line 2
test line 3
test line 4
test line 5
test line 6
I then apply the three list styles and get:
1. test line 1
a. test line 2
i. test line 3
ii. test line 4
c. test line 5
4. test line 6
What do I have to do in the style to make the numbers work properly? That is, they should look like:
1. test line 1
a. test line 2
i. test line 3
ii. test line 4
b. test line 5
2. test line 6
