View Single Post
Old 10-28-2019, 04:43 PM   #2
Turtle91
A Hairy Wizard
Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.Turtle91 ought to be getting tired of karma fortunes by now.
 
Turtle91's Avatar
 
Posts: 3,361
Karma: 20212223
Join Date: Dec 2012
Location: Charleston, SC today
Device: iPhone 15/11/X/6/iPad 1,2,Air & Air Pro/Surface Pro/Kindle PW & Fire
use:
<ol start="50">
<li>...</li>
<li>...</li>
<li>...</li>
</ol>

at the beginning of each numbered list where 50 is the starting number.

Be advised, I think there are still some devices/apps that don't honor the "start" number. If you want the widest acceptability it is better to include the number manually:

<ul>
<li>24. yadda</li>
<li>25. yadda</li>
<li>26. yadda</li>
</ul>

Cheers,
Turtle91 is offline   Reply With Quote