3/30/2011 4:03 PM
To create an ordered list you use [Âlist=1][Â/list] to create a numbered list or alternatively [Âlist=a][Â/list] for an alphabetical list and define each item within the list using [*].
For example:
[code">[list=1]
[*]Go to the shop
[*]Buy a new computer
[*]Swear at computer when it crashes
[/list][/code">
will generate the following:
[list=1">
[*">Go to the shop[/*:m">
[*">Buy a new computer[/*:m">
[*">Swear at computer when it crashes[/*:m">[/list:o">
Whereas for an alphabetical list you would use:
[code">[list=a]
[*]The first possible answer
[*]The second possible answer
[*]The third possible answer
[/list][/code">
giving
[list=a">
[*">The first possible answer[/*:m">
[*">The second possible answer[/*:m">
[*">The third possible answer[/*:m">[/list:o">