Code: Select all
[LIST](this is a bbcode list)
[*][B]item 1: Bold[/B]
[*][COLOR=blue]item 2: blue[/COLOR]
[*][B][COLOR=blue]item 3: blue and bold[/COLOR][/B]
[*]item 4, testing sub list:[LIST][*]sub item 1[*]sub item 2[*]sub item 3[/list]
[*]item 5, testing size [LIST][*][SIZE=1](1)small[/size][*][SIZE=14](14)Normal[/size][*][size=24](24)Large[/size][/LIST]
[*][FONT=Arial]item 6:Font Arial[/FONT]
[*][FONT=Times]item 7:Font Times[/FONT]
[*][FONT=Courier]item 8:Font Courier[/FONT]
[*][FONT=Impact]item 9:Font Impact[/FONT]
[*][FONT=Geneva]item 10:Font Geneva[/FONT]
[*][FONT=Optima]item 11:Font Optima[/Font] (obviously font does not work)
[*][I]Item 12: itallic[/I]
[*][U]Item 13: underlined[/U]
[*][color=#CC66CC]Item 14: purple[/color]
[*][color=#9999FF]Item 15: different purple[/color]
[*][color=#CC0000]Item 16: dark red[/color]
[*][color=#0033CC]Item 17: dark blue[/color]
[*][color=#0088CC]Item 18: lighter blue, slightly off descent standard. still a bit dark[/color]
[*][color=#00F8CC]Item 19: nice green, easy to read[/color]
[*][code]Item 20: This should be in a fixed width font, but its not
[/LIST][/code]
- (this is a bbcode list)
- item 1: Bold
- item 2: blue
- item 3: blue and bold
- item 4, testing sub list:
- sub item 1
- sub item 2
- sub item 3
- item 5, testing size
- (1)small
- (14)Normal
- (24)Large
- [FONT=Arial]item 6:Font Arial[/FONT]
- [FONT=Times]item 7:Font Times[/FONT]
- [FONT=Courier]item 8:Font Courier[/FONT]
- [FONT=Impact]item 9:Font Impact[/FONT]
- [FONT=Geneva]item 10:Font Geneva[/FONT]
- [FONT=Optima]item 11:Font Optima[/Font] (obviously font does not work)
- Item 12: itallic
- Item 13: underlined
- Item 14: purple
- Item 15: different purple
- Item 16: dark red
- Item 17: dark blue
- Item 18: lighter blue, slightly off descent standard. still a bit dark
- Item 19: nice green, easy to read
Code: Select all
Item 20: This should be in a fixed width font, but its not
- Item 21: strikeout doesn't work (no big loss)