How to Create Pages
Click on "Create Page"
You will get the following:

- Menu Level: 1 toplevel entry, 2 second level entry (sub-page), 3 third level entry (sub-subpage).
- Insert after: the page will be inserted after the page you select from the drop-down box (note: if the previous page has subpages, select the last of its subpages for this field).
- File name: the name of the html or php page. Please make sure you are entering a valid file name. Don't enter spaces in the name!. Don't enter any special character like á, ç or ø, for instance. The name must be a valid file name. Don't enter the file extension(html or php). In alternative, an external url followed by "*" (see below)
- Menu label: The text you want to be shown in the menu.
Hidden pages
To hide a page from the menus, you just have to add a "#" to the file name on the no db version, or "_" in the SQLite version.
Then, you just have to navigate to the new page and edit it to insert your content.
Note: remember to insert new pages after the subpages of the previous page, so that your menu tree doesn't get messed up. You can, however, edit your menu tree from the administration|menu page.
Including a link to an external page
If you want to include an external link in the menu, pointing to a page not created by LighNEasy, just include the url to that page appended with a "*". Example: if you want to call http://google.com, just add as file name http://google.com*. This will tell LightNEasy not to create that page but just add the menu entry pointing to that url.