|
hostcp3
Posts: 8
|
I know this is fairly simple but it makes it easier for my client, I dropped this into the help file found in
/templates/help.html
I just copied your user instructions Henri that come with the program. Is it ok for me to do this??
Nicholas hostcp3
<html> <head> <title>SnippetMaster Help</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head>
<body bgcolor="#FFFFFF" text="#000000"> <p> </p> <p> </p> <p align="center"> </p> <p align="left"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">Summary:
This program allows you to access your web pages to make online WYWIWYG (What You See Is What You Get) edits without having to go back to your web designer each time. The pages of your site are designed to allow access ONLY to pre-defined areas. You may change the text that appears in the editing area however you wish, and then save each page when you are finished.
Don't worry - you can't "break" anything. The special HTML programming code and page formatting will NOT be disturbed.
Step-by-Step:</font></p> <p align="left"><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> 1. Go to the SnippetMaster login page on your website. </font> </p> <p align="left"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">2. Log in with your designated username and password. If you click the "Remember me" checkbox a cookie will be placed on your computer and then any time you go to the login page your username and password will be automatically supplied. </font> </p> <p align="left"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">3. The navigation area of the program allows you to move from one folder to another. If you want to open a different folder from the one currently displayed, just select a different folder from the folder drop-down menu and then click the [open] button. </font> </p> <p align="left"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">4. If you open a folder that has any Snippet-enabled files in it, those files will be displayed in a separate "files" drop-down menu.</font></p> <p align="left"><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> 5. If the file you wish to edit is shown in the "files" drop-down menu, click on the file to highlight it. Note: If the file you wish to edit is buried within several folders, you will have to repeat step 3 until you are in the correct folder and your file is listed. </font> </p> <p align="left"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">6. Click the [open] button to open the file for editing. </font> </p> <p align="left"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">7. You should now see the WYSIWYG editor, containing the HTML code from your web page. You may now make changes as you wish using the controls in the editor toolbar. </font> </p> <p align="left"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">8. When you are finished editing your content, click on the [Preview] button at the bottom of the page. After previewing your changes, use your browser's "Back" button to return to the editing page. </font> </p> <p align="left"><font face="Verdana, Arial, Helvetica, sans-serif" size="2">9. If you're happy with how the page preview looked, click the [Save] button and your changes will be instantly saved and made live.</font></p> <p align="left"><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> 10. Repeat Steps 3 through 9 for any other web pages you wish to edit. </font> </p> </body> </html>
|