---
Lists

Making Lists Using Bullets
Example:
[*]]Bullet 1
[*]
]Bullet 2
Shows as:
  • Bullet 1
  • Bullet 2

To indent the list, use the following.
Start tag: [list]]
End tag: [/list]
Example:
[list]][*]]Bullet 1
[*]
]Bullet 2 [/list]
Shows as:
  • Bullet 1
  • Bullet 2

For a numbered list:
Example:
    1]
    [*]
]Bullet 1
[*]
]Bullet 2[/list]
Shows as:
  1. Bullet 1
  2. Bullet 2


Making lists using letters:
Example:
    a]
    [*]
]Bullet 1
[*]
]Bullet 2[/list]
Shows as:
  1. Bullet 1
  2. Bullet 2


Making lists using "i's" :
Example:
    i]
    [*]
]Bullet 1
[*]
]Bullet 2[/list]
Shows as:
  1. Bullet 1
  2. Bullet 2
 

COMMENTS

Comment on ---
Join or login to post comments.