Forum Groups

 

Forums / Forums - Feedback & Help / How to: Create an ordered list

How to: Create an ordered list

1 posts
  1. Verheek John
    Verheek John avatar
    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">



View or change your forums profile here.