Bulleted and Numbered Lists

 

Introduction

The Insert List Dialog gives you an easy way to create bulleted and numbered lists. Lists are used to display information or steps in a clear and concise manner. Two examples are shown below:

  • Blue

  • Black

  • Red

  • Green

  1. First step.

  2. Second step.

  3. Third step.

  4. Fourth step.

Start the Create List Dialog.

Adding Terms To a List.

Create a Numbered List.

An ordered list should contain information where order needs to be emphasized. (In your HTML code this is created using the OL element.) If you wish the information in your list to be ordered then:

  1. In the List Type panel, select Numbered.

  2. In the Numbering Style panel, select the numbering style you wish to use.

Create a Bulleted List.

An unordered list, created using the UL element, should contain information where order is unimportant. (In your HTML code this is created using the OL element.) If you wish the information in your list to be unordered then:

  1. In the List Type panel, select Bulleted.

  2. In the Bullet Style panel, select the bullet style you wish to use.

Note: Selecting None in Step 1. will create an unordered list with an ordinary bullet style.