Beginning FrontPage 2000
Attachments:
1. Prerequisites
In order to fully participate in this workshop, you must be able
to:
- Windows Prereq's (LRO-WIND-101 Fundamentals of Windows 95):
- Save a file to a specific directory/folder using the "file/save
as ..." process
- Create a directory/folder during the file save as process
- Comfortably move between multiple application windows using the task
bar at the bottom of your screen
- Find files on your computer using the Find tool
- Open a program using the start menu
- Workshop Specific Prereq's
- Basic understanding of HTML strongly suggested (e.g., IRC-HTML-100
Beginning HTML)
- Previous experience creating a web page required (e.g., IRC-COMP-100
Creating, Editing, Uploading Web Pages)
If you do not know something listed above, we strongly
suggest that you sign up for the prerequisite workshops before taking
this workshop.
<back to top>
2. Workshop Objectives
At the end of this workshop, you will be able to:
- Create/edit an HTML page using FrontPage 2000
- Use the various properties and menus found in FrontPage 2000
- Link pages, insert images, and rollover buttons
<back to top>
3. Getting Setup - Exercise Resources
Click on each link below. When the item appears, execute the File/Save As process
and save it to a directory on your computer (preferrably some place in the c:\temp
directory).
Sample image
GMU Logo
Rollover 1
Rollover 2
Exercise Page
<back to top>
4. Opening FrontPage 2000
Start the Program
- Depending on your installation, it could be located at Start/Programs/Microsoft/FrontPage.
- OR you may find an Icon on your desk top
Front Page Webs
Page View
Opening Files or Webs
Closing Files or Webs
Create New Page or Web
Saving Files
Development Preferences
Menu Options
<back to top>
4.1 Web Pages vs. FrontPage Webs
Web Pages can be described with the following:
- Web pages created using Frontpage 2000
- Series of web pages and images connected using HTML that reside in an arbitrary
folder on your hard disk
- Placed on a web server using a tool like WS_FTP
- Maintained using a variety of HTML editors (including Notepad)
FrontPage Webs can be described with the following:
<back to top>
4.2 Page View
When you open Front Page, you will be in Page View:

Other views - the buttons on the left represent other views that are
available in FrontPage, but only when you are creating FrontPage webs.
They will be discussed in more detail in the Intermediate FrontPage workshop.
Folder View - Provides a view of the files and folder associated with
a FrontPage web.
Reports View - Provides access to 14 interactive reports associated
with a FrontPage web. Examples include: component errors, slow pages, unlinked
files, broken hyperlinks, checkout status, etc.
Navigation View - Provides a way to view the FrontPage web as an organization
chart. Does not show links.
Hyperlinks View - Shows how a FrontPage web page is linked to another
FrontPage web page.
<back to top>
4.3 Opening a Page Options
Once
you have opened Front Page, there are five ways to open a web page:
- Open - This opens a file from a location of your choice
- Open Web - This option assumes the file you click on is part of a
FrontPage 2000 web. If it is not, it will ask you if you want it to add the
necessary data into your files in order to make a FP2000 web.
- Import - Allows you take an existing web site an make a FrontPage
web.
- Recent Files - Opens files recently used.
- Recent Webs - Opens FrontPage webs recently used.
Note: You can turn your existing web site into a FrontPage web by
using either "Open Web" and clicking "yes" or "import."
<back to top>
4.4 Closing Options
There are two ways to close a web page:
- Close - This closes the open file
- Close Web - Needed to close a FP2000 web. Not available if a FP2000
web is not open. Closing a web, closes the Folders view.
<back to top>
4.5 Create a New Page/Web Options
There are two ways to open/create a new file:
- New Page -
Gives you the option of starting from a blank (normal) page or choosing
a built in template.
Note - for some of these templates, you may need to put your web
site on a FrontPage server)
- New Web Options -
<back to top>
4.6 Saving Options
There are two ways to save a web page:
- Save - This saves a file to the location of your choice.
- Save As - This gives the option to save as any number of web page
types (e.g., shtml, asp, etc.) or other web-related files, such as:
- a FP2000 template
- cascading styles sheet
- actvie server pages
- hypertext template
<back to top>
4.7 Development Preferences
Set
development level preferences. This is located under Tools>Page options>Compat-ability
Browsers - choose the browser (Netscape, Internet Explorer, etc.) environment
that meets your needs.
Versions - Level 3.X or 4.X.
The version number tell you how recent the software is that you are designing
for. It is recommended that, in order to be accessible to as many users as possible,
you use 3.X or greater.
Servers - MS or Apache.
Every website must be hosted on a server (a computer that "serves"
the files to you when you are browsing). Different servers are configured slightly
differently. Two of the most common types of servers are Microsoft or UNIX (Apache).
Extensions - Uncheck to disable
Extensions are files that need to be on your server to allow certain FrontPage
components to work. If you are not going to be using a server with FrontPage
extenstions, don't forget to uncheck this box!
Technologies - Will be checked and unchecked as selections are made
with the options above.
Note: You need to choose both a browser and version. If you just choose
version without choosing a browser, it won't check and uncheck the right technologies.
<back to top>
4.8 Menu Format Options
To
turn off MS Smart menus:
- Go to Tools>Customize> Options
- Deselect "Menus show recently used commands first"
<back to top>
5. Make Your Homepage
Step 1 - Create a Page
- Go to "File" > "New" > "Page" to create
a new page.
- Choose "normal page" from the new page options (you may not be
given other options if they are not installed on your computer).
- Type your name on the page
- Insert a horizontal line
- Type the following: Home | Sample Page 2 | Syllabus
- Type your school location information
- Right-click over the blank area of the page and select Page Properties
- Give your page a title
- Save the file as index.html
Step 2 - Preview the Page
- Quick preview - click on the Preview tab OR
- Browser preview - click on
in the menu or File>Preview in Browser ...
Step 3 - View the Code
- From FrontPage 2000, click on the HTML tab
<back to top>
6. Second Level Page
Step 1 - Create a Second Level Page
- Click File>New>Page to create a new page OR click on the new page
Icon

- Right-click over the blank area of the page and select page properties
- Give your page a title
- Save the file as page2.htm
Step 2 - Create a table for layout purposes
- Click Table>Insert>Table
- Select 2 rows, 2 columns, 0 for borders, 595 pixels
- Click OK
- Save your changes (as page2.htm)
Step 3 - Fill the table
- Type "Sample Page 2" in the top cell on the left
- Type "Home" in the top cell on the right
- Connect the two columns in the second row by first highlighting the two
rows and then select Table>Merge Cells
- Insert a horizontal rule into the single row
- Set the background color of this row by right-clicking in the row and selecting
Cell properties. Then choose a background color.
- Place cursor into the last row and hit the tab key to create a new row
- Remove the color of this row by right-clicking on the row and selecting
Cell properties. Then choose a background color> Automatic
- Type the following in the row: "Sample Page 2 | Syllabus"
- Insert two more rows using the tab key
- In the last row type: "Put your mouse over the image"
- Save your changes (as page2.htm)
Step 4 - Preview the Page
- Quick preview - click on the Preview tab OR
- Browser preview - click on
in the menu or File>Preview in Browser ...
<back to top>
7. Link Pages
Step 1 - Make a Link to another page in your site
- Return to index.html
- Highlight "Sample Page 2" in the menu area
- Click on Insert > Hyperlink
- Locate the page2.htm file (do not use the first screen, click on the icon
with a folder and magnifying glass to see the files for linking) and double
click on it
- Repeat this process to link the sample syllabus
- Save your changes
Note: When you make links from one page to another in FrontPage,
you should make sure both files are open on your computer. If not,
your computer will make a link in such a way that you will have problems
when you upload your site (i.e. -- the computer will make absolute instead
of relative links).
Step 2 - Make a Link to another page in your site
- Return to page2.htm
- Double click on the word "Home" in the menu area
- Click on Insert > Hyperlink
- Locate the index.html file and double click on it
- Repeat this process to link the sample syllabus
- Save the file as page2.htm
Step 3 - Preview the Page
- Quick preview - click on the Preview tab OR
- Browser preview - click on
in the menu or File>Preview in Browser ...
<back to top>
8.More Linking
Step 1 - Links within a Page
- Open samplesyllabus.htm
- To set the bookmark (this is called a "named anchor" in HTML):
- Put your cusor before the bold text headers on the page
- Click on Inser t> Bookmark
- Give it a simple one-word name you can remember
- Highlight the word in the menu that will receive the link
- Use Insert > Hyperlink and select the bookmark by clicking on the bookmark
menu
- Repeat this process until all the links are made
- Save the samplesyllabus.htm file
Step 2 - Make an email link
While in samplesyllabus.htm
- Scroll to the bottom and highlight the email address
- Using Insert > Hyperlink and select the envelope icon
- Enter the email address (e.g., jdoe@gmu.edu)
- Save the samplesyllabus.htm file
Step 3 - Make web link
While in samplesyllabus.htm
- Highlight "George Mason University"
- Using Insert > Hyperlink, go to URL and type www.gmu.edu after the
http://
- Save the samplesyllabus.htm file
Step 4 - Make another menu link
While in samplesyllabus.htm
- Highlight "Return to Homepage"
- Click on Insert > Hyperlink
- Locate the index.html file and double click on it
- Save the samplesyllabus.htm file
Step 5 - Preview the Page
- Quick preview - click on the Preview tab OR
- Browser preview - click on
in the menu or File>Preview in Browser ...
<back to top>
9. Text Formatting
Step 1 - Web Friendly Fonts
- If necessary, reopen samplesyllabus.htm
- Hit Ctrl-A on your keyboard to select all
- Click on Format > Fonts
- Select Arial
- Save the samplesyllabus.htm file
Step 2 - Set a Font Size
- While still in samplesyllabus.htm
- Highlight the text that looks like a menu
- Select a font size of 2 from the drop down box on the formatting toolbar
- Save the samplesyllabus.htm file
Step 3 - Change Color
- While still in samplesyllabus.htm
- Highlight the title of the page
- Click on the font color icon from the drop down box on the toolbar
- Select a color
- Save the samplesyllabus.htm file
Step 4 - Menu Emphasis
- If necessary, open index.html
- Highlight "Home"
- Click on the B (bold) in the toolbar
- Save the index.html file
Step 5 - Menu Emphasis
- If necessary, open page2.htm
- Highlight "Put your mouse over the image"
- Click on the B (bold) in the toolbar
- Save the page2.htm file
Step 6 - Preview the Page
- Quick preview - click on the Preview tab OR
- Browser preview - click on
in the menu or File>Preview in Browser ...
<back to top>
10. Insert Images
Step 1 - Insert an Image
- If necessary, reopen page2.htm
- Place the curser at the end of the Home link
- Hit Shift-Enter to insert a line break
- Click Insert > Picture > From File ...
- Double click the gmulogo
- Save the page2.htm file
Step 2 - Make the image a link
- While still in page2.htm
- Right click once on the GMU logo
- Select Picture Properties
- In the location box, enter http://www.gmu.edu
- In the text box, enter "GMU Homepage" in the Alt space
- Save the page2.htm file
Step 3 - Align the content in the cell
- While still in page2.htm
- Right click once in the cell with the GMU logo and click on Cell Properties
- Select Center for the Horizontal alignment
- Select Top for the Vertical alignment
- Save the page2.htm file
Step 4 - Preview the Page
- Quick preview - click on the Preview tab OR
- Browser preview - click on
in the menu or File>Preview in Browser ...
<back to top>
11. Resize Images
Step 1 - Insert an Image
- From the Window menu, open index.html
- Place your cursor in the middle of the page and click Insert > Picture
> From File ...
- Select the brown.jpg file and hit OK
- Save the page
Step 2 - Resizing the image
- Click once on the image to select it (black handles appear)
- Click the black handle on the right bottom corner of the image and drag
left and up diagonally to make the image smaller
- In the Pictures toolbar located at the bottom of the work area, click on
the Resample button (this changes the file size of the picture to match the
current display for faster downloading)
- Save the file -- the Save Embedded Files dialog box appears -- check the
following:
- Make sure the Folder path is correct
- Set the Action: you can choose to overwrite the original file, which is
what reduces the file size, or just have the new image reference the original
file when it is displayed, which will not improve download performance.
- For this exercise, change the file name to brown2.jpg and hit OK
- Preview your page
Step 3 - Auto Thumbnail
- Click the Normal tab to return to work on index.html
- Set your cursor a few spaces below the image and click Insert > Picture
> From File ...
- Click once on the brown.jpg file to select it
- This time click the Auto Thumbnail button in the Pictures toolbar and observe
the change
- Save the file -- the Save Embedded Files dialog box appears -- observe that
a new file name has been automatically created
- Click OK to save the new image file and the index.html file
NOTE: this will create a new smaller file in addition to the original
file. You must upload both files. Download speed will be improved because the
first file that is downloaded on opening is the smaller thumbnail picture. The
larger picture can be viewed by clicking on the thumbnail picture.
Step 4 - Preview the Page Preview the Page
- Quick preview - click on the Preview tab OR
- Browser preview - click on
in the menu or File>Preview in Browser ...
<back to top>
12. Insert Date
Step 1 - Insert a date
- From Window in the Main menu, open index.html
- Move the mouse to the bottom of the home page and click on the blank screen
- With the cursor blinking, click the center alignment button and then the
italics button in the formatting toolbar
- Type the following: Last Updated:
- With the blinking cursor positioned at the end of your text, select Insert
> Date and Time from the Main menu
- In the dialog box, choose a Display option and Format type
- Click OK
- Save your changes
<back to top>
13. Lists
Step 1 - Insert a bulleted list
- Select page2.html from Window in the Main Menu
- Place the cursor on the page where you want to start your bulleted list,
then click the bullet button in the formatting toolbar
- Type the first item in your list, then hit Enter
- Type 3 more items and press Enter after each item
- To stop inserting bullets, press Enter twice
- Save your changes
Step 2 - Indent items in a bulleted list
- Place the cursor at the end of the second bulleted item
- Click the Increase Indent button located in the toolbar twice, then press
Enter
- Type some text and click the Increase Indent button twice again
- Highlight the item you first indented and click the Decrease Indent button
twice to return it to the same level as the major bullets -- observe the result
Step 3 - Insert a numbered list
- Place the cursor on the page where you want to start your numbered list,
then click the numbering button in the formatting toolbar
- Type the first item in your list, then hit Enter
- Type 3 more items, hitting Enter after each item
- To stop inserting numbers, press Enter twice
- Highlight items #2 and #3, then click the Increase Indent button twice
- Right-click on the selected items and choose List Properties
- Make sure the Numbers tab is showing and select the lower case alpha symbols
and click OK
- Save your changes
<back to top>
14. Hover Button
Step
1 - Insert a Hover Button
- If necessary, reopen page2.htm
- Click in the first empty table cell after the menu
- Click Insert > Component > Hover Button
- In the Button text: field, type: George Mason University
- In the Link to: field, type: http://www.gmu.edu
- Choose a Button color
- Choose Effect > Glow
- Choose Effect color
- Change the Width field to 185
- Save the file in order to make it work
Step 2 - Preview the Page
- Quick preview - click on the Preview tab OR
- Browser preview - click on
in the menu or File>Preview in Browser ...
<back to top>
15. Hover Images
Step
1 - Insert a Hover Image
- Return to page2.htm
- Position your cursor after the text in the last cell and hit Shift-enter
- Click Insert > Component > Hover Button > Custom...
- In the Custom dialog box, Browse for the initial Button graphic (cursor1.jpg)
- Browse for the "On Hover" graphic (cursor2.jpg)
- Click OK and return to the Hover Button Properties box and enter the size
of the graphic (360x36)
- Save the file at page2.htm
Step 2 - Preview the Page
- Quick preview - click on the Preview tab OR
- Browser preview - click on
in the menu or File>Preview in Browser ...
Step 3 - View the Code and the extra files it created
- From FrontPage 2000, click on the HTML tab
- Open Windows Explorer (right click Start, click on Explorer) and open the
folder that contains page2.htm. Look for files with the extension .class
NOTE: When uploading the page with the hover image, be sure to upload the
files with extensions .class.
NOTE: When inserting a hover image to a new blank page, you must save the
page first, and ensure that the images are located in the same directory that
holds the new file.
<back to top>
A1. Insert Tools and other Features Matrix
| |
Minimum Operational Mode Required |
| Tool |
Basic Web Page |
FP Web Site |
FP Web Site + Server Extensions |
| Date and Time |
X |
|
|
| Symbol |
X |
|
|
| Comment |
X |
|
|
| Navigation Bar |
|
X, works only when Navigation is defined on
the Navigation View |
|
| Page Banner |
|
X, works on the homepage but subsequent pages
need to be on the Navigation View for this to work |
|
| Components |
X |
X |
X |
| Database |
|
|
X |
| Form |
X |
|
|
| Advanced |
|
|
|
| Picture |
X |
|
|
| File |
X |
|
|
| Bookmark |
X |
|
|
| Hyperlink |
X |
|
|
| Publishing |
|
X, cannot publish to classweb or jiju without
specific acct configurations |
|
| Themes |
X, can insert here but navigation and banner
features disabled with Navigation |
X |
|
| Shared Borders |
|
X |
|
| |
|
|
|
| |
|
|
|
<back to top>
A2. Component Matrix
|
|
Minimum Operational Mode Required |
| Component |
Basic Web Page |
FP Web Site |
FP Web Site + Server Extensions |
| Office Spreadsheet |
X and IE |
|
|
| Office Pivot Table |
|
|
|
| Office Chart |
X and IE |
|
|
| Banner Ad Manager |
X, looks best in Netscape if size settings
are not perfect |
|
|
| Hit Counter |
|
|
X |
| Hover Button |
X, remember to upload the *.class files also |
|
|
| Marquee |
X, scrolls in IE, static Netscape |
|
|
| Confirmation Field |
X can insert at this level but need extensions
to operate |
|
X |
| Include Page |
|
X |
|
| Scheduled Picture |
X |
|
|
| Scheduled Include Page |
|
X |
|
| Substitution |
|
X |
|
| Categories |
|
X |
|
| Search Form |
X can insert at this level but need extensions
to operate |
|
X |
| Table of Contents |
X can insert at this level but need Navigation
view set up |
X |
|
<back to top>
A3. Graphic Editor Matrix
| |
Minimum Operational Mode Required |
| Tool |
Basic Web Page |
FP Web Site |
FP Web Site + Server Extensions |
| Text |
X |
|
|
| Autothumbnail |
X |
|
|
| Position Absolutely |
X |
|
|
| Bring Forward |
X, works with Position Absolutely |
|
|
| Send Backward |
X, works with Position Absolutely |
|
|
| Rotate Left, Right |
X |
|
|
| Flip Horizontal, Vertical |
X |
|
|
| More and Less Contrast |
X |
|
|
| More and Less Brightness |
X |
|
|
| Crop |
X |
|
|
| Set transparent color |
X |
|
|
| Black and White |
X |
|
|
| Wash out |
X |
|
|
| Bevel |
X |
|
|
| Resample |
X |
|
|
| Hotspots |
X |
|
|
| Restore |
X, only before you save |
|
|
<back to top>
|