Hi Raven!Raven wrote: ↑Mon Mar 02, 2020 6:00 pmHey everyone! I am having a very difficult time ordering my submissions here on the lounge in numerical order. I can always get the first one done numbered as "1" but the rest stay as bullet points. At this point my assignments cannot be graded until fixed. Can anyone help me with this?
Much appreciated!
When you are ordering a numeric list, there is an extra step to keep from getting bullet points. When clicking the numbered list button, you see the tags below:
Code: Select all
[list=][/list]
Code: Select all
[list=1][/list]
To put that together in a full list, you could make the following list
Code: Select all
[list=1]First
[*]Second
[*]Third[/list]
- First
- Second
- Third
Code: Select all
[list=A]First
[*]Second
[*]Third[/list]
- First
- Second
- Third
Code: Select all
[list=I]First
[*]Second
[*]Third[/list]
- First
- Second
- Third