Page 1 of 1
Lists in Forum not working
Posted: 09 Sep 2012 08:05
by Cdalitz
Hallo,
it seems that the list markup offered in the CPDL forums are ignored by the forum software. Here is an example:
Looks liek a bug to me,
Chris
Re: Lists in Forum not working
Posted: 09 Sep 2012 11:12
by choralia
The
List= command should be used for ordered lists, while non-ordered lists should make use of the
List command.
Examples:
Code: Select all
[list]
[*]first item
[*]second item[/list]
produces a non-ordered list:
Code: Select all
[list=1]
[*]first item
[*]second item[/list]
produces a list using numerical bullets:
- first item
- second item
Code: Select all
[list=a]
[*]first item
[*]second item[/list]
produces a list using alphabetical bullets:
- first item
- second item
Not really self-explaining, I do agree...
Max