Use the command Insert/ List or click the icon
to open the list dialog. Use the dialog to insert code <LI>...</LI>.
Properties
List Header Text: Specify a header for the list.
List items: The items you want to list will display in this column.
List type: Select a type for the list.
Style: Select related style reffrer to the list type.
Begin At: Specify the list begin at which number.
Example
From the finished table of above, we can get code:
<OL START="0" TYPE="I">
<LH>article</LH>
<LI>a
<LI>b
<LI>c
</OL>
Related Topics