How about a tip on how to get this to work? I noticed I’m not the only one who couldn’t get the “list” to work.
Start your list with
[list]
and end it with
[/list]
.[/b]
For example;
This is a list.
[list]one
two
three
four
[/list]
it will look like this;
This is a list.
- one
two
three
four
If you want a bullet list do the following;
[list][*]one
[*]two
[*]three
[*]four[/list]
it will look like this;
- one
- two
- three
- four
For a numbered list do the following;
[list=1][*]one
[*]two
[*]three[/list]
it will look like this
- one
- two
- three