Need Help Making Lists

Post Reply
User avatar
Luna Maris
Phoenix Council
Posts: 542
Joined: Mon Feb 20, 2017 1:54 pm

Re: Need Help Making Lists

Post by Luna Maris » Mon Mar 02, 2020 6:42 pm

Raven wrote:
Mon Mar 02, 2020 6:00 pm
Hey 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!
Hi Raven!

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]
You need to add a 1 or an A, whatever system you're ordering with directly after the equals sign. It should look like this

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]
  1. First
  2. Second
  3. Third

Code: Select all

[list=A]First 
[*]Second 
[*]Third[/list]
  1. First
  2. Second
  3. Third

Code: Select all

[list=I]First 
[*]Second 
[*]Third[/list]
  1. First
  2. Second
  3. Third

Truth is something you stumble into when you think you’re going someplace else


~Jerry Garcia

Post Reply