+ All Categories
Home > Documents > 160 Microsoft FrontPage Express Chapter 6 · 2013. 1. 17. · Chapter 6 Microsoft FrontPage Express...

160 Microsoft FrontPage Express Chapter 6 · 2013. 1. 17. · Chapter 6 Microsoft FrontPage Express...

Date post: 31-Aug-2020
Category:
Upload: others
View: 1 times
Download: 0 times
Share this document with a friend
24
160 Microsoft FrontPage Express Chapter 6 © Copyright 2000 by Prentice Hall. All Rights Reserved. For use only by instructors in classes for which Java How to Program, Third Edition is the required textbook. 6 Microsoft FrontPage Express Fig. 6.1 A FrontPage Express window. Form options Insert Hyperlink Insert Image Insert Table File options Alignment options Create List Insert Indent Text Color Text Styles Change Font iw3htp_06.fm Page 160 Thursday, April 13, 2000 12:28 PM
Transcript
Page 1: 160 Microsoft FrontPage Express Chapter 6 · 2013. 1. 17. · Chapter 6 Microsoft FrontPage Express 165 © Copyright 2000 by Prentice Hall. All Rights Reserved. For use only by instructors

160 Microsoft FrontPage Express Chapter 6

© Copyright 2000 by Prentice Hall. All Rights Reserved.For use only by instructors in classes for which Java How to Program, Third Edition is the required textbook.

6Microsoft FrontPage Express

Fig. 6.1 A FrontPage Express window.

Form optionsInsert HyperlinkInsert ImageInsert TableFile options

Alignment options Create List Insert IndentText ColorText Styles Change Font

iw3htp_06.fm Page 160 Thursday, April 13, 2000 12:28 PM

Page 2: 160 Microsoft FrontPage Express Chapter 6 · 2013. 1. 17. · Chapter 6 Microsoft FrontPage Express 165 © Copyright 2000 by Prentice Hall. All Rights Reserved. For use only by instructors

Chapter 6 Microsoft FrontPage Express 161

© Copyright 2000 by Prentice Hall. All Rights Reserved.For use only by instructors in classes for which Java How to Program, Third Edition is the required textbook.

Fig. 6.2 Setting overall Page Properties .

Page Title

Base URL

Background properties

iw3htp_06.fm Page 161 Thursday, April 13, 2000 12:28 PM

Page 3: 160 Microsoft FrontPage Express Chapter 6 · 2013. 1. 17. · Chapter 6 Microsoft FrontPage Express 165 © Copyright 2000 by Prentice Hall. All Rights Reserved. For use only by instructors

162 Microsoft FrontPage Express Chapter 6

© Copyright 2000 by Prentice Hall. All Rights Reserved.For use only by instructors in classes for which Java How to Program, Third Edition is the required textbook.

Fig. 6.3 Using FrontPage Express on example of Fig. 3.1.

iw3htp_06.fm Page 162 Thursday, April 13, 2000 12:28 PM

Page 4: 160 Microsoft FrontPage Express Chapter 6 · 2013. 1. 17. · Chapter 6 Microsoft FrontPage Express 165 © Copyright 2000 by Prentice Hall. All Rights Reserved. For use only by instructors

Chapter 6 Microsoft FrontPage Express 163

© Copyright 2000 by Prentice Hall. All Rights Reserved.For use only by instructors in classes for which Java How to Program, Third Edition is the required textbook.

Fig. 6.4 Viewing the HTML source code.

Version toggle Color Coding checkbox

iw3htp_06.fm Page 163 Thursday, April 13, 2000 12:28 PM

Page 5: 160 Microsoft FrontPage Express Chapter 6 · 2013. 1. 17. · Chapter 6 Microsoft FrontPage Express 165 © Copyright 2000 by Prentice Hall. All Rights Reserved. For use only by instructors

164 Microsoft FrontPage Express Chapter 6

© Copyright 2000 by Prentice Hall. All Rights Reserved.For use only by instructors in classes for which Java How to Program, Third Edition is the required textbook.

Fig. 6.5 Saving your HTML file.

Save locally

Title

Locationon server

iw3htp_06.fm Page 164 Thursday, April 13, 2000 12:28 PM

Page 6: 160 Microsoft FrontPage Express Chapter 6 · 2013. 1. 17. · Chapter 6 Microsoft FrontPage Express 165 © Copyright 2000 by Prentice Hall. All Rights Reserved. For use only by instructors

Chapter 6 Microsoft FrontPage Express 165

© Copyright 2000 by Prentice Hall. All Rights Reserved.For use only by instructors in classes for which Java How to Program, Third Edition is the required textbook.

1 <html>2 <head>34 <meta http-equiv= "Content-Type"5 content= "text/html; charset=iso-8859-1" >6 <meta name= "GENERATOR" content= "Microsoft FrontPage Express 2.0" >7 <title> Untitled Normal Page </title>8 </head>9

10 <body bgcolor= "#FFFFFF" >1112 <h1 align= "center" >Level 1 Header </h1>1314 <h2 align= "center" >Level 2 Header </h2>1516 <h3 align= "center" >Level 3 Header </h3>1718 <h4 align= "center" >Level 4 Header </h4>1920 <h5 align= "center" >Level 5 Header </h5>2122 <h6 align= "center" >Level 6 Header </h6>23 </body>24 </html>

Fig. 6.6 Applying header tags and centering using FrontPage Express .

Change style menu Align center button

iw3htp_06.fm Page 165 Thursday, April 13, 2000 12:28 PM

Page 7: 160 Microsoft FrontPage Express Chapter 6 · 2013. 1. 17. · Chapter 6 Microsoft FrontPage Express 165 © Copyright 2000 by Prentice Hall. All Rights Reserved. For use only by instructors

166 Microsoft FrontPage Express Chapter 6

© Copyright 2000 by Prentice Hall. All Rights Reserved.For use only by instructors in classes for which Java How to Program, Third Edition is the required textbook.

Fig. 6.7 Changing Font settings and adding special styles.

Code checkbox

Height selector

Vertical position pull-down list

iw3htp_06.fm Page 166 Thursday, April 13, 2000 12:28 PM

Page 8: 160 Microsoft FrontPage Express Chapter 6 · 2013. 1. 17. · Chapter 6 Microsoft FrontPage Express 165 © Copyright 2000 by Prentice Hall. All Rights Reserved. For use only by instructors

Chapter 6 Microsoft FrontPage Express 167

© Copyright 2000 by Prentice Hall. All Rights Reserved.For use only by instructors in classes for which Java How to Program, Third Edition is the required textbook.

Fig. 6.8 Applying an unordered list and a header to text.

iw3htp_06.fm Page 167 Thursday, April 13, 2000 12:28 PM

Page 9: 160 Microsoft FrontPage Express Chapter 6 · 2013. 1. 17. · Chapter 6 Microsoft FrontPage Express 165 © Copyright 2000 by Prentice Hall. All Rights Reserved. For use only by instructors

168 Microsoft FrontPage Express Chapter 6

© Copyright 2000 by Prentice Hall. All Rights Reserved.For use only by instructors in classes for which Java How to Program, Third Edition is the required textbook.

Fig. 6.10 Inserting an image into a Web page.

1 <dl>2 <dt><strong> FTP</strong></dt>3 <dd>File Transfer Protocol </dd>4 <dt><strong> GIF </strong></dt>5 <dd>Graphics Interchange Format </dd>6 <dt><strong> HTML</strong></dt>7 <dd>HyperText Markup Language </dd>8 <dt><strong> PNG</strong></dt>9 <dd>Portable Network Graphics </dd>

10 </dl>

Fig. 6.9 Inserting a definition list using the Change Style menu.

Bold (STRONG)

iw3htp_06.fm Page 168 Thursday, April 13, 2000 12:28 PM

Page 10: 160 Microsoft FrontPage Express Chapter 6 · 2013. 1. 17. · Chapter 6 Microsoft FrontPage Express 165 © Copyright 2000 by Prentice Hall. All Rights Reserved. For use only by instructors

Chapter 6 Microsoft FrontPage Express 169

© Copyright 2000 by Prentice Hall. All Rights Reserved.For use only by instructors in classes for which Java How to Program, Third Edition is the required textbook.

Fig. 6.11 Inserting a Hyperlink in a Web page.

iw3htp_06.fm Page 169 Thursday, April 13, 2000 12:28 PM

Page 11: 160 Microsoft FrontPage Express Chapter 6 · 2013. 1. 17. · Chapter 6 Microsoft FrontPage Express 165 © Copyright 2000 by Prentice Hall. All Rights Reserved. For use only by instructors

170 Microsoft FrontPage Express Chapter 6

© Copyright 2000 by Prentice Hall. All Rights Reserved.For use only by instructors in classes for which Java How to Program, Third Edition is the required textbook.

Fig. 6.12 Adding symbols and nonstandard letters.

iw3htp_06.fm Page 170 Thursday, April 13, 2000 12:28 PM

Page 12: 160 Microsoft FrontPage Express Chapter 6 · 2013. 1. 17. · Chapter 6 Microsoft FrontPage Express 165 © Copyright 2000 by Prentice Hall. All Rights Reserved. For use only by instructors

Chapter 6 Microsoft FrontPage Express 171

© Copyright 2000 by Prentice Hall. All Rights Reserved.For use only by instructors in classes for which Java How to Program, Third Edition is the required textbook.

Fig. 6.13 Setting the properties of a Horizontal Line element.

Edit thewidth

Edit theheight

iw3htp_06.fm Page 171 Thursday, April 13, 2000 12:28 PM

Page 13: 160 Microsoft FrontPage Express Chapter 6 · 2013. 1. 17. · Chapter 6 Microsoft FrontPage Express 165 © Copyright 2000 by Prentice Hall. All Rights Reserved. For use only by instructors

172 Microsoft FrontPage Express Chapter 6

© Copyright 2000 by Prentice Hall. All Rights Reserved.For use only by instructors in classes for which Java How to Program, Third Edition is the required textbook.

Fig. 6.14 Demonstrating symbols and horizontal lines on one page.

iw3htp_06.fm Page 172 Thursday, April 13, 2000 12:28 PM

Page 14: 160 Microsoft FrontPage Express Chapter 6 · 2013. 1. 17. · Chapter 6 Microsoft FrontPage Express 165 © Copyright 2000 by Prentice Hall. All Rights Reserved. For use only by instructors

Chapter 6 Microsoft FrontPage Express 173

© Copyright 2000 by Prentice Hall. All Rights Reserved.For use only by instructors in classes for which Java How to Program, Third Edition is the required textbook.

Fig. 6.15 A default table.

iw3htp_06.fm Page 173 Thursday, April 13, 2000 12:28 PM

Page 15: 160 Microsoft FrontPage Express Chapter 6 · 2013. 1. 17. · Chapter 6 Microsoft FrontPage Express 165 © Copyright 2000 by Prentice Hall. All Rights Reserved. For use only by instructors

174 Microsoft FrontPage Express Chapter 6

© Copyright 2000 by Prentice Hall. All Rights Reserved.For use only by instructors in classes for which Java How to Program, Third Edition is the required textbook.

Fig. 6.16 A basic table.

iw3htp_06.fm Page 174 Thursday, April 13, 2000 12:28 PM

Page 16: 160 Microsoft FrontPage Express Chapter 6 · 2013. 1. 17. · Chapter 6 Microsoft FrontPage Express 165 © Copyright 2000 by Prentice Hall. All Rights Reserved. For use only by instructors

Chapter 6 Microsoft FrontPage Express 175

© Copyright 2000 by Prentice Hall. All Rights Reserved.For use only by instructors in classes for which Java How to Program, Third Edition is the required textbook.

Fig. 6.17 Adjusting table colors and alignment in Table Properties .

Table colors

Table width

Table align-ment and for-matting

Table Background

iw3htp_06.fm Page 175 Thursday, April 13, 2000 12:28 PM

Page 17: 160 Microsoft FrontPage Express Chapter 6 · 2013. 1. 17. · Chapter 6 Microsoft FrontPage Express 165 © Copyright 2000 by Prentice Hall. All Rights Reserved. For use only by instructors

176 Microsoft FrontPage Express Chapter 6

© Copyright 2000 by Prentice Hall. All Rights Reserved.For use only by instructors in classes for which Java How to Program, Third Edition is the required textbook.

Fig. 6.18 A 4x5 table with the top left cell expanded.

iw3htp_06.fm Page 176 Thursday, April 13, 2000 12:28 PM

Page 18: 160 Microsoft FrontPage Express Chapter 6 · 2013. 1. 17. · Chapter 6 Microsoft FrontPage Express 165 © Copyright 2000 by Prentice Hall. All Rights Reserved. For use only by instructors

Chapter 6 Microsoft FrontPage Express 177

© Copyright 2000 by Prentice Hall. All Rights Reserved.For use only by instructors in classes for which Java How to Program, Third Edition is the required textbook.

Fig. 6.19 An almost completed table.

iw3htp_06.fm Page 177 Thursday, April 13, 2000 12:28 PM

Page 19: 160 Microsoft FrontPage Express Chapter 6 · 2013. 1. 17. · Chapter 6 Microsoft FrontPage Express 165 © Copyright 2000 by Prentice Hall. All Rights Reserved. For use only by instructors

178 Microsoft FrontPage Express Chapter 6

© Copyright 2000 by Prentice Hall. All Rights Reserved.For use only by instructors in classes for which Java How to Program, Third Edition is the required textbook.

Fig. 6.20 Adding a new item to a drop-down form menu.

Choice name

Choice value

Default value toggle

Add new menu items

Modify new menu items

Remove new menu items

Move items up/down

iw3htp_06.fm Page 178 Thursday, April 13, 2000 12:28 PM

Page 20: 160 Microsoft FrontPage Express Chapter 6 · 2013. 1. 17. · Chapter 6 Microsoft FrontPage Express 165 © Copyright 2000 by Prentice Hall. All Rights Reserved. For use only by instructors

Chapter 6 Microsoft FrontPage Express 179

© Copyright 2000 by Prentice Hall. All Rights Reserved.For use only by instructors in classes for which Java How to Program, Third Edition is the required textbook.

Fig. 6.21 A brief form for user input.

iw3htp_06.fm Page 179 Thursday, April 13, 2000 12:28 PM

Page 21: 160 Microsoft FrontPage Express Chapter 6 · 2013. 1. 17. · Chapter 6 Microsoft FrontPage Express 165 © Copyright 2000 by Prentice Hall. All Rights Reserved. For use only by instructors

180 Microsoft FrontPage Express Chapter 6

© Copyright 2000 by Prentice Hall. All Rights Reserved.For use only by instructors in classes for which Java How to Program, Third Edition is the required textbook.

Fig. 6.22 Using the Form Properties dialog box.

iw3htp_06.fm Page 180 Thursday, April 13, 2000 12:28 PM

Page 22: 160 Microsoft FrontPage Express Chapter 6 · 2013. 1. 17. · Chapter 6 Microsoft FrontPage Express 165 © Copyright 2000 by Prentice Hall. All Rights Reserved. For use only by instructors

Chapter 6 Microsoft FrontPage Express 181

© Copyright 2000 by Prentice Hall. All Rights Reserved.For use only by instructors in classes for which Java How to Program, Third Edition is the required textbook.

Fig. 6.23 Inserting a MARQUEE element for scrolling Web page text.

Marquee Text

Text Direction

Text Speed

Box Size/Width

Box alignment

Number ofrepetitions

BackgroundColor

iw3htp_06.fm Page 181 Thursday, April 13, 2000 12:28 PM

Page 23: 160 Microsoft FrontPage Express Chapter 6 · 2013. 1. 17. · Chapter 6 Microsoft FrontPage Express 165 © Copyright 2000 by Prentice Hall. All Rights Reserved. For use only by instructors

182 Microsoft FrontPage Express Chapter 6

© Copyright 2000 by Prentice Hall. All Rights Reserved.For use only by instructors in classes for which Java How to Program, Third Edition is the required textbook.

Fig. 6.24 The MARQUEE element in action.

iw3htp_06.fm Page 182 Thursday, April 13, 2000 12:28 PM

Page 24: 160 Microsoft FrontPage Express Chapter 6 · 2013. 1. 17. · Chapter 6 Microsoft FrontPage Express 165 © Copyright 2000 by Prentice Hall. All Rights Reserved. For use only by instructors

Chapter 6 Microsoft FrontPage Express 183

© Copyright 2000 by Prentice Hall. All Rights Reserved.For use only by instructors in classes for which Java How to Program, Third Edition is the required textbook.

Fig. 6.25 Adding a script to the HTML file.

Script Language

Script text

iw3htp_06.fm Page 183 Thursday, April 13, 2000 12:28 PM


Recommended