Forum Discussion
KerryOuellet
3 years agoCommunity Member
Continue numbers in ordered list (via text formatting)
I have some ordered (numbered) lists that appear within accordions, and within those numbered lists are some notes. These are laboratory procedures. After the notes, I need to continue the numbers, ...
BrettHendricks
2 years agoCommunity Member
If you right-click on the bullet and select 'Inspect' to open Dev Tools, you can modify the existing <ol> tag to be something like <ol start="3">. This edit remains when you close Dev Tools.
- PhilFoss2 years agoCommunity Member
This method doesn't work for me after hitting preview. I did build a CSS Theme Component for it that works well.
- BrettHendricks2 years agoCommunity Member
You're correct Phil thanks for the heads up. I had not yet previewed!
Could you please provide more details on the solution your team has found if possible?
- PhilFoss2 years agoCommunity Member
Sure this does require CSS added to the exported course, but you can still preview the fix in Rise as you work on your course, I'll plan to make a screen recording showing all steps and tools.
Related Content
- 7 months ago
- 3 months ago