RE: Bullet points
Hi Emma,
It's quite easy to do this.
In design view, on the properties toolbar, you'll see two list options, ordered or unordered. Click on either one to start your list. Press enter after each list item to make another bullet point. When you've finished, press enter twice to end the list, or click the same button on the toolbar again.
Within a list, choose Text -> List -> Properties to control the bullet or numbering style.
In code view, <UL> starts an unordered list, and <OL> starts an ordered list. Each list item is then surrounded by <LI> and </LI>. Be sure to end your list with </UL> or </OL>.
I hope this helps.
Regards, Rich