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:
|
|
On the Insert menu, select List.
This Heading field can be used to give your list a title.
Type each item in your list into the Text Box, pressing ENTER or RETURN after each item.
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:
In the List Type panel, select Numbered.
In the Numbering Style panel, select the numbering style you wish to use.
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:
In the List Type panel, select Bulleted.
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.