UL (UN-ordered List)

My favourite things: (un-ordered list example) If you look at the source code ([Ctrl] [U] in firefox) you will see how simple it is.

Code to make the list:

<ul>

</ul>

You do NOT need to put the bullets in! This is the point of an ordered list. They will appear magically.

UL (Unordered List)

Parameters: type=shape (where shape = disc, circle or square)
(disc is default for first level, circle for second, and square for third)