I wish to make an ordered list like the one below. It is essential that the numbering be broken up the way it has been, i.e. 2A after 2, 6A, 6B, 6C after 6 followed by 7.
1. Text goes here
2. More text here
2A. This is what I need
3. List continues like this
4. And it goes on
5. And on
6. But here
6A. There is another sub section
6B. And another
6C And another
7. Is this possible?
8. Please guide me.
EDIT: What I intend to do here is to digitalize a piece of constitutional legislation. There were sections 1, 2, 3, 4, 5, 6 and 7, an amendment inserted sections 2A, 6A, 6B and 6C. It makes sense on paper to avoid renumbering the sections and inserting new sections in this manner, but I want to do it purely by HTML. I am not using any server side scripting, only HTML, CSS and might include a little Java.
The code I already have is the simple list: