There is a separation between 'content' and 'pages'; your 'content' is stored in a database as a distinct object that has no definite location in webspace. (The content of this page is this text and the picture above).
A 'page' is merely a series of holders that could contain content. If you make 25 'pages' that are the same, there would only need to be one piece of content that is just shown over and over.
Every time someone asks to view a page, the page is built at that moment, where all of the holders are then filled with the content that is supposed to be there.
To Create a new page:
-Right click on the folder, and choose 'New HTML'
To delete an existing page:
-Right click on the file, select 'Unpublish', then right click again, select 'Archive'.
-Next, click on the 'show/hide archived' files in the bottom right corner, then you can find
-the file and right click on it and select 'delete'.
To revert a page:
-Right click on the file, choose 'edit' and then go to the Versions tab to revert to an older version.
Click on 'Website' on the CMS main menu, then 'Files'. Then choose 'Add/Edit' files in grey.
The CMS is case sensitive.
DON'T enter something in the 'allowed' types. The default is to allow everything.
The CMS automatically STRIPS spaces from filenames when 'adding' them.
So 'the end.jpg' becomes 'theend.jpg'! Be careful.
Also, 'html' pages uploaded directly like this will NOT work- the CMS will act as if they don't exist when a browser looks for it.
You can also just right-click on the folder and select 'New - Image or file' to upload.
If you use the WYSIWYG to add the picture it will call it dotAsset/12121.jpg or something like that - it is perfectly fine.
There are three ways to get a link to show up on the internal (leftNav) menu:
1) If the file is in the same folder, edit it (or click on Page Properties when it is being viewed) and select the Advanced tab, and check-off 'show on menu'.
2)If the file is in a different folder, right click on the folder and choose 'New->Link'. Use the external link type - it just works better, even for internal links.
3)If the link is a folder instead of a file, you can set the folder to be show on menu - just be sure to put an 'index.html' file in that folder as a destination for the link - and don't set (the index file) as show on menu.
Doing this allows for having submenus. The items in that folder that are marked show on menu will show in the parent folder slightly indented.
Preferred HTML (): <p> <a> <strong> <em><div> <br><hr><ol>(and variants)
Full list, with details
Be careful with: <div><table>
Don't use:<textarea><font><body>
>Menu changes sometimes take a while to propogate through the system.
>If your page is not visible to the outside, even though it is published, you may need to publish the folder.
>Every page must be 'CMS Anonymous' to be seen AT ALL by an external viewer.
>DO NOT use the 'back' feature of the browser. Always use the CMS to advance, or select 'cancel'. If you touch something and use the back feature, it will become locked. It's not a big deal, but it might come up as an issue later.
>Be extremely careful switching from 'text' view to 'WYSIWG' it can mangle your content.
>If you 'reuse' content and edit it - it AFFECTS THE ORIGINAL because you are editing the stored 'contentlet'. Instead, copy the text out of what you want to use into a new widget.
>If you cannot 'edit' content you added (the button doesn't appear or it mangles the page) you may have to delete/revert. It is usually because of an unclosed </table> or </div>.
You can also use the 'Content' menu, search for 'web page content' based on the title you gave the content, and edit it that way. This probably easier than deleting the whole page.