Create a New Page
Important: All new pages must be created from an existing functional page in your site. The new page will take on all the source page's features, so choose the source page carefully. By features, we mean BreadCrumbs, LeftColumn links, and tab highlight, if any.
Step 1: Identify a page (and file) to duplicate
- Locate the page you want to duplicate in a browser; for this exercise, find the 2-column stationery page
- Examine the URL in the Address bar; the URL will tell you where to look for the file in your site, e.g. root/2col_stationery.html
- Switch to Dreamweaver, find the file in question within your local site files directory, and open it, as if for editing
- Use the menu sequence File > Save As… and give the file a new name. Make sure there are no spaces or special characters in the file name. You can use hyphens (-) or underscores (_) to make words in your file names. Keep file names as short as possible. If working on a tutorial, try "my_page.html"
Step 2: Modify your new page, save and put
- Update the main headline: “This is [your name]'s Page”
- Update the browser title: “[your name]'s Page”
- Save the file and then use the menu sequence Site > Put. You can click "No" on the Dependent Files prompt
Step 3: Validate the new page in your browser
- Switch to the browser window and find your site's home page
- Look at the Address bar; it either ends "/" or "/index.html"
- You want "/my_page.html"; if the URL ends in "/" go to the end and type "my_page.html"; if it ends "index.html" select this and replace it with "my_page.html"
- Type Enter; you should see your new page
- If not, check your URL and file name; they must match exactly, including capitalization
- You can switch back to Dreamweaver and close the my_page.html file
Filling in your content
- In reality, you would fill in all of the page's content -- text, images, charts, etc. -- and upload it to the server to "publish" it (sort of)
- Until the page is linked, it's what we refer to as "Secure by Obscure" in that it can only be found if one is provided the URL
- The edited file is available in the browser and can be found by users if:
- The page is linked to from another page, OR
- You provide the URL to users, say by email; this is one method of private review before publication
« Previous | Home | Next »

