To Documents

Last revised 1/4/05 at 4:30pm.

Getting Started With FrontPage

Definitions

Items on FrontPage IDE

You should be familiar with some of these items from other Microsoft products like MSWord.

Creating a FrontPage Single Page Website

  1. If you have not already done so, make this change in the MS File Explorer:
    Select Main Menu Tools >> Folder Options.  Select the View Tab and uncheck the box in front of Hide extensions for known file types.
     
  2. If you have not already done so, use the MS File Explorer to create the folder c:\hci201-smith, where Smith is replaced by your last name.
     
  3. Invoke FrontPage by selecting Start >> All Programs >> Microsoft Office >> Microsoft FrontPage 2003.
     
  4. Close the default page named new_page_1.htm that automatically opens when FrontPage is invoked.
     
  5. Select File >> New >> One Page Website. On the Website Templates dialog, make sure that the General Tab is selected and that the One Page Website icon is highlighted.
     
  6. Browse for the location where you want to put your new website on My Computer. Do NOT enter the Site Name at the bottom of the New Web Site Location dialog.
     
  7. Add the website name at the end of the location of the new website in the dropdown box after the label "Specify the location of the new Web site:" You should add the website name ex1smith at the end of C:\hci201-smith\
     
  8. Change the name of the file index.htm to ex1.htm.

  9. Double click on the file ex1.htm to open it. Enter the text of your web page using the WYSIWIG editor available in the Normal View.
     
  10. Close the website when you are finished: File >> Close Site.
     

Opening an Existing Website

  1. Select File >> Open Site. Browse for your website in the Open Site dialog. Highlight the site you want and click the Open button.
     

Adding a New Page to an Open Website

  1. Make you have an open FrontPage Website.
     
  2. Go to the Folders View.
     
  3. Click on the leftmost icon in the Toolbar with tooltip "Create a new normal page." Alternatively, you can right click in the contents area (not on any existing file or folder) and select New >> Blank Page.
     
  4. Change the name of the page from new_page_1.htm (or index.htm) to whatever you wish by selecting the Website Tab and clicking on the file name to select it and typing in the new name.
     
  5. Double click on the name of a file to open the page.  This also changes you to the Page View.
     
  6. Type in the contents of the new page.  You can also cut and paste content from an existing page or from a text file created with Notepad on a different computer. It is best not to cut and paste from MS Word because the resulting HTML code is more complex than necessary.
     
  7. Save the page by selecting File >> Save or use the Save button in the toolbox.
     

Miscellaneous Notes

  1. To add a heading, select one of Heading 1, Heading 2, ... , Heading 7 in the Style dropdown box.
     
  2. Press Enter to start a new paragraph (blank line in between paragraphs).
     
  3. Press Shift-Enter to enter a line break (no blank line after line break).