The unordered list is a bulleted list. This list uses the UL and LI tags:
UL defines the list type
LI indicates each item in the list.
With AceHTML it is also possible to modify an existing list. To do so, select the list’s code and press on the Ordered list button.
These tag properties can be modified.
Place the cursor in the desired location in your document.
In the Tables, frames and lists tab, click on the icon Unordered list. The Unordered list dialog box is displayed, with Bullets selected by default.
Choose the type of bullets.
Indicate the number of items in the Items area. The List content window will display a line for each item indicated.
You can enter directly
in the List content window the
contents of each item in the list. Use the TAB key to shift between items.
If you want to enter the list information directly in the edit window,
enter the text to the right of the <LI>
tag.
To can reduce the space
occupied by the list by checking the Compact
form box. This option adds the attribute COMPACT
to the <UL> tag. This is an option
for Netscape only. .
Press on the OK button.
AceHTML adds the following lines of code to your document according to what you chose:
To convert a list type:
You can convert an ordered list into an unordered list and vice versa.
Select the set of data that contain the <OL> and </OL> tags making sure that you include the opening and closing tags of the selection.
Click on the list button.
Click on the tab corresponding to the list type you want to use.
Indicate the list properties and click on the OK icon.