EPIC Team & Contacts
Industry News & Events
Industry RSS News Feeds
Distance Learning Resources
HELP Pages, Adding & Editing Tricks
This online help area can be used as the cental location for all administration notes and documentation for this site. You can add pages as you discover cool tricks and tips, or as you develop new procedures.
To ADD a NEW Page
1. Go to the top of the HELP pages heirarchy by clicking on the "Online HELP" link and seeing the list of help topics.
2. At the bottom of the page, use the "Add Child Page" link to add a new page to the HELP section.
Title your page with the main keyword (noun) and then what you do with it (the verb). For example:
Library Pages, editing
is a better title than "editing Library Pages", because people want to find "Library" under "L', not "editing".
Displaying Code - advanced topic
You've probably noticed that if you use the angle-brackets <> while writing a page to demonstrate some HTML code, the brackets and code don't show up... instead, the HTML they contain is activated.
Thus, you have to use character codes instead of brackets.
The code for left-bracket is: <
The code for right-bracket is: >
If you want to show something in the blue box, use the <code> tag. Combine this with the bracket codes to display code that people can just copy and paste right from the page. Thus, this code in a Help page:
<code><a href="http://www.secondlife.com/">The Next Web</a></code>
...will display this:
<a href="http://www.secondlife.com/">The Next Web</a>
Confused yet? Yep, this is not something to try before you've had your morning coffee. :)

