I have an article that has a list of 42 items. After about 7-10 items, I place a new title for each section. So for example, after 7 listed items, I have a title. The problem though is that after the title, the ordered list goes back to 1, when I need it to show as 8. Are there any solutions to this problem?
Would it be too easy to use an unordered list and enter the numbers in yourself? 1. Just like 2. this 3. Blabla
did you try this: <ol> <li>test 1 <li>test 2 <li>test 3<br/> test <li>test 4 <li>test 5 </ol> HTML: Q...
I found this. Maybe could helps? http://www.arraystudio.com/as-workshop/make-ol-list-start-from-number-different-than-1-using-css.html