If you find something that might help others when using the forum software, share it with us!
List Types
There are some new list-features that I thought I'd share with those interested. Below are the list type and how they appear.
This is how the list code looks:
[list type=none]
[li]none[/li]
[/list]
[list type=disc]
[li]disc[/li]
[/list]
[list type=circle]
[li]circle[/li]
[/list]
[list type=square]
[li]square[/li]
[/list]
[list type=decimal]
[li]decimal[/li]
[/list]
[list type=decimal-leading-zero]
[li]decimal-leading-zero[/li]
[/list]
[list type=lower-roman]
[li]lower-roman[/li]
[/list]
[list type=upper-roman]
[li]upper-roman[/li]
[/list]
[list type=lower-alpha]
[li]lower-alpha[/li]
[/list]
[list type=upper-alpha]
[li]upper-alpha[/li]
[/list]
[list type=lower-greek]
[li]lower-greek[/li]
[/list]
To change the bullet style us the type field with one of the entries from above as so:
[list type=decimal]
[li]text1[/li]
[li]text2[/li]
[/list]