This only a snapshot! None of the submit buttons on this page is functional
To Add a New Group:
To Add a New Item:
How Should I format the text so it will look nice in HTML
It's fine to type the content in HTML for those who know it. (Please no headers, it's a already in <BODY></BODY> so only tags which allowed in the BODY can be inserted.) However it's perfectly sufficient to type in a simple text. The resulting html will be formatted in the following way: When you add an empty line between 2 paragraphs, the <P> tag will be added so the resulting HTML will keep the paragraphs as they are If you want a new line but not a new paragraph, please use <BR> tag and it will render a new line in the resulting HTML. If you are about to insert more than one line of formatted text, insert it between <PRE> </PRE> tags.
However it's perfectly sufficient to type in a simple text. The resulting html will be formatted in the following way:
Commiting Rollback
To Expand or Collapse groups:
To Do Other Operations:
What happens to the original HTML document when I do changes?
The original HTML document is updated with a new content every time you change the content. So pressing 'Return to the Document' button at the top will take you to the latest document. Note that User who use the document while you modify it will see modifications immediatly after you change something (after page reload). So be carefull not to break pages which are being used.