
Help for...

The "Unordered List" button returns the code <UL></UL>
which is used to present a list of items which is typically marked by bullets. Below is an example:
<UL>
<LI>First list item
<LI>Second list item
</UL>
Would show on the page as:
- First list item
- Second list item
[Return to Main Program Image]
© 1997-2002 Amiasoft Corporation