Tutorial
|
|||
|
Creating a page, the item container and the items.
From the site management page, click on the "Edit" button for your site. This should bring you to the page management script.
Create a new page by entering the details in the form and clicking the "New" button. Leave the content type as "text/html", and make it a public page.
Your new page will then appear in the page management script as shown below. You can not do anything with it as yet though because you have nothing to put in it. You have first to create an item container, then some HTML or PHP items to put in your page.
Click on the "Edit" link to open the page contents script.
Click on the "Item container management" link to open the item container management script.
Click on the "New" button.
An item container called "New item container" appears. Select its radio button anc click "Edit". Type the name you wish to call your item container into the form, in our case "HTML items", and click "Save".
You now have an item container called "HTML items".
From the item container management script, click the "Site management" link and then click the "Enter" button for your site to go to the page management script.
Click the "Edit" button for your page to go to the page contents script. The "HTML items" container shows up in the item container list on the right hand side.
Click on the "Item management" link. This opens the "Item management" script.
Clicking on the "New" button on the right hand side creates a new item called "New Item" in the selected container.
Enter the details of your first item in the form. In this case our item is a simple static HTML header so the form is populated as shown below. Click the "Save" button to save the item.
Creating the other two items for the tutorial page is just a case of repeating the previous steps. The second item is a simple HTML "Hello World" string.
The third item is simply a static HTML footer.
|
|||
|