T tim west Joined 27 Nov 2006 Messages 11,885 Reaction score 32 Country 9 Oct 2007 #1 I cant see the point in the List option, shouldnt it bullet the items in the list? whats the point of it when you can just type the text into a list in the editor anyway?
I cant see the point in the List option, shouldnt it bullet the items in the list? whats the point of it when you can just type the text into a list in the editor anyway?
M Mod9 Joined 8 Sep 2007 Messages 4 Reaction score 0 Country 11 Oct 2007 #2 You need to put a [*] at the start of each line to add a bulletpoint, i.e. [list] [*]Item number 1 [*]Item number 2 [*]Item number 3 [*]Item number 4 [/list] Will display: Item number 1 Item number 2 Item number 3 Item number 4
You need to put a [*] at the start of each line to add a bulletpoint, i.e. [list] [*]Item number 1 [*]Item number 2 [*]Item number 3 [*]Item number 4 [/list] Will display: Item number 1 Item number 2 Item number 3 Item number 4
T tim west Joined 27 Nov 2006 Messages 11,885 Reaction score 32 Country 12 Oct 2007 #3 Thanks Mod9 one final question whats the difference between List and List= ?
M Mod9 Joined 8 Sep 2007 Messages 4 Reaction score 0 Country 12 Oct 2007 #4 Using just the [list] command will bullet point each item where the [*] is inserted. The [list=] command will sequentially number or letter them i.e: [list=1] [*]Item number 1 [*]Item number 2 [*]Item number 3 [*]Item number 4 [/list] Will display: Item number 1 Item number 2 Item number 3 Item number 4 [list=a] [*]Item number 1 [*]Item number 2 [*]Item number 3 [*]Item number 4 [/list] Will display: Item number 1 Item number 2 Item number 3 Item number 4 hth
Using just the [list] command will bullet point each item where the [*] is inserted. The [list=] command will sequentially number or letter them i.e: [list=1] [*]Item number 1 [*]Item number 2 [*]Item number 3 [*]Item number 4 [/list] Will display: Item number 1 Item number 2 Item number 3 Item number 4 [list=a] [*]Item number 1 [*]Item number 2 [*]Item number 3 [*]Item number 4 [/list] Will display: Item number 1 Item number 2 Item number 3 Item number 4 hth
T tim west Joined 27 Nov 2006 Messages 11,885 Reaction score 32 Country 13 Oct 2007 #5 Thank you Mod9, explains it all perfectly.