Main Menu |
Back to Contents |
From the main menu you can see all of the features that PageEdit has to offer. This page has been broken up into either four or five main sections (depending upon your configuration). It is broken up into these sections to help make it easier for you.
In order to create a new page you will need to use the two sections at the top, CREATE A NEW PAGE and FILE UPLOAD.
In order to manage your website and update webpages, you will need to use the CURRENT WEBPAGES and CURRANT IMAGES sections.
To help you promote your website among your friends you can use the SHARE YOUR WEBSITE WITH FRIENDS section. If this feature is disabled in the configuration file, it will not appear at all.
Create a New Webpage |
Back to Contents |
Main Menu
Create Webpage - (Using a template)
Preview Webpage - A popup window will open with a preview of the webpage. In order to return to the editor you must close this window.
Save Webpage - When you press the save button your webpage will be saved to your webserver. You will be given the URL of where your page is stored and when you return to the main menu you will see the page listed in your "Current Webpages"
File Upload |
Back to Contents |
From the main menu you can upload up to 3 image files at once. Before you try to upload make sure you have one of the valid file extensions. All of the valid file extensions are listed directly above the upload boxes. If your image files do not have one of these extensions you will not be able to upload to upload the file.
If you are a Mac user you will have to type the appropriate extension in before uploading, you may be able to find out the file type by using the "Get Info" command in the "File" menu.
Locate the files you wish to upload by clicking on the browse button and searching through the directories on your computer. Then click on the "Upload File(s)" button. Depending on the size of the files the upload process may take a little while. If you have reached your upload limit or your file does not have the appropriate file extension, you will receive an error message.
Otherwise, on completion of the upload process your image files will be listed in the "Current Images" section of the main page, and your webpages will be listed in the "Current Webpages" section of the main page.
Current Webpages |
Back to Contents |
In order to view a webpage click on the name of the file you wish to view. In order to perform any of the functions such as: "Edit Webpage", "Delete Webpage" or "Rename Webpage" select the radio button next to the name of the webpage and press the appropriate button at the bottom of this section.
Edit Webpage - This will take you through the same process as creating a new webpage from scratch, except all of the current information will already be there for you.
Delete Webpage - After selecting the appropriate webpage and pressing the button, a confirmation page will follow. The webpage will not actually be deleted from the server until you confirm that it is the right one by pressing the "Delete This Webpage" button.
Rename Webpage - After selecting the appropriate webpage and pressing the button, the current name of the webpage will be displayed. In addition there will be an input field to enter the new webpage name. Note: the .html extension is not required.
Current Images |
Back to Contents |
In order to view an image click on the name of the file you wish to view. In order to perform any of the functions such as: "Delete Image" or "Rename Image" select the radio button next to the name of the webpage and press the appropriate button.
Delete Image - After selecting the appropriate image and pressing the button, a confirmation page will follow. The image will not actually be deleted from the server until you confirm that it is the right one by pressing the "Delete This Image" button.
Rename Image - After selecting the appropriate image and pressing the button, the current name of the image will be displayed. In addition there will be an input field to enter the new image name with the appropriate file extension.
Share Your Website With Friends |
Back to Contents |
Depending upon the configuration of your installation, this feature may or may not be available. If it is available, select a webpage that you want to share with your friends from the drop down menu. Enter the name and e-mail address of up to five friends. When you submit the form and e-mail will be sent to each of these people that you have entered telling them about your new webpage and how to find it.
Basic HTML |
Back to Contents |
If you would like to customise the format of your text, here is some basic HTML that might be worth learning. The left hand column explains the HTML, the middle column is what you need to type (the HTML is in red) and the right hand column is what you see on the page.
This is far from a definitive guide, but it will give you the basics you need to get started. If you ever feel like you need to learn more go to WebMonkey's HTML Cheatsheet.
| Explanation | HTML | The Final Product |
| Bold |
<B>Bold</B> |
Bold |
| Heading Size 1 |
<H1>Heading 1</H1> |
Heading Size 1 |
| Heading Size 2 |
<H2>Heading 2</H2> |
Heading Size 2 |
| Heading Size 3 |
<H3>Heading 3</H3> |
Heading Size 3 |
| Heading Size 4 |
<H4>Heading 4</H4> |
Heading Size 4 |
| Italics |
<I>Italics</I> |
Italics |
| New line |
Type this first<BR> |
Type this first then this next |
| New paragraph |
This is the first paragraph. <BR><BR>This is the second one. |
This is the first paragraph. This is the second one. |
| Links to other pages can be done two ways, but I would recommend absolute links which have the full URL of the page you want to link to. |
This link goes to the <A HREF="http://www.aus-etrade.com">aus-etrade.com</A> website. |
This link goes to the aus-etrade.com website. |
| E-mail link |
This link allows you to e-mail - <A HREF="mailto:support@aus-etrade.com">sales@aus-etrade.com</A> |
This link allows you to e-mail - support@aus-etrade.com |
| Horizontal rule |
<HR> |
|
PageEdit © 2000-2002, Martin
Phillips