Skip to main content Help Control Panel

www.label2k10.com

More in All Formatting Codes

Codes to format lists

On this page we are introducing some formatting codes and live examples of utilization.

List item [*]

ExampleRendering
A simple list:

[*]First item

[*]Second item (after one empty line)
[*]Third item (next the previous one)
A simple list:

 First item

 Second item (after one empty line)
 Third item (next the previous one)

Bulleted list [list]...[/list]

ExampleRendering
A list with bulleted items:
[list]
[*]First item
[*]Second item
[/list]
A list with bulleted items:
  • First item
  • Second item

Numbered list [list=1]...[/list]

ExampleRendering
A list with numbered items:
[list=1]
[*]First item
[*]Second item
[/list]
A list with numbered items:
  1. First item
  2. Second item

Numbered list [list=a]...[/list]

ExampleRendering
A list with alphabetically numbered items:
[list=a]
[*]First item
[*]Second item
[/list]
A list with alphabetically numbered items:
  1. First item
  2. Second item

Numbered list [list=A]...[/list]

ExampleRendering
Another list with alphabetically numbered items:
[list=A]
[*]First item
[*]Second item
[/list]
Another list with alphabetically numbered items:
  1. First item
  2. Second item

Numbered list [list=i]...[/list]

ExampleRendering
A list with roman numbers:
[list=i]
[*]First item
[*]Second item
[/list]
A list with roman numbers:
  1. First item
  2. Second item

Numbered list [list=I]...[/list]

ExampleRendering
Another list with roman numbers:
[list=I]
[*]First item
[*]Second item
[/list]
Another list with roman numbers:
  1. First item
  2. Second item