The George Washington University
School of Engineering and Applied Science
CSci 41 -- Introduction to Computer Science
Getting Started with Netscape Composer
Michael B. Feldman - Fall 2001
This file is available online at http://www.seas.gwu.edu/~csci41/fall01/composer-brief.html
This guide provides very basic information to help you start using Netscape
Composer to create, edit, and publish your own web pages. I have extracted
most of this from the Netscape online reference materials. Select Reference
Library from the Help menu to retrieve full reference material from Netscape's
web site; select Help from the Help menu to open a (somewhat different
but fairly complete) help window.
What Is Netscape Composer?
Netscape Composer is a document editor or word processor, similar to other
word processors like Microsoft Word. Whereas the output from Word is a
document file in Microsoft's proprietary format, the output from Composer
is a file in Hypertext Markup Language (HTML) which is suitable for immediate
publication as a World Wide Web (WWW) page.
Creating and publishing a web page
Here are the basic steps you'll follow to create and publish a web page.
-
Start Netscape Communicator.
-
Choose Composer from the Communicator menu.
-
Create a web page using basic editing tasks, such as entering text, and
formatting characters and paragraphs.
-
Put the finishing touches on your web page by adding a table or inserting
an image.
-
Create links to other places in your page, and to other web pages.
Publish your web page so that others can view it.
Since you are probably familiar with the basics of using a word processor,
let's assume you can do the basic page editing and quickly describe the
things that are different about a web page:
-
how to publish your page at the School of Engineering and Applied Science
Computing Facility (SEASCF)
-
how to include a link in your page
-
how to include an image in your page
More details on basic editing follow this initial discussion.
What is your page's publishing address on the SEASCF server?
Use this publishing address for your "home page" file, which is always
called index.html:
ftp://tangle.seas.gwu.edu/public_html/index.html
If you publish another file called, say, report.html, then
the publishing address is
ftp://tangle.seas.gwu.edu/public_html/report.html
How to publish your page at SEASCF (Windows)
-
Open the file that you want to publish.
-
From the File menu, choose Publish, or click the Publish button in the
Composition toolbar.
-
Type the page's title.
The title appears in the browser's title bar and in bookmarks created
for this page.
-
Type the page's file name as you want it to appear on the server.
-
Type the publishing address.
-
Type your SEASCF user ID.
-
Type your SEASCF password.
-
Choose Files associated with this page to include any image files your
web page uses. Once an image file has been published on the server, you
need not publish it again.
-
Click OK.
How to publish your page at SEASCF (Mac OS and Unix)
-
Open the file that you want to publish.
-
From the File menu, choose Publish, or click the Publish button in the
Composition toolbar.
-
Type the publishing address.
-
Type your SEASCF user ID.
-
Type your SEASCF password.
-
Choose Files associated with this page to include any image files your
web page uses. Once an image file has been published on the server, you
need not publish it again.
-
Click Publish.
How to view your page online
In the URL space at the top of your browser window, enter your URL. Again
assuming your user ID is jane, your URL at SEASCF is always
http://student.seas.gwu.edu/~jane
This will display your index.html file, and is equivalent to
using
http://student.seas.gwu.edu/~jane/index.html.
How to include a link in your page
A link (also known as a hyperlink) is an active part of a document. Clicking
a link can take you to
-
another part of the same web page
-
other web pages on your hard disk or on a remote computer
Every link contains the web address for the page that the link refers to.
This web address is called the page's URL (Uniform Resource Locator).
Follow these steps to create links from text or images in your page
to other web pages:
-
In the Composer window, select the text or image that you want to create
a link for.
-
From the Insert menu, choose Link, or click the Link button in the Composition
toolbar.
-
(Windows and Mac OS) To link to a file on your hard disk, click Choose
File.
(Unix) To link to a file on your hard disk, click Browse File.
To link to a file on a remote computer, type the file's URL.
-
Click OK.
Working with images
Composer allows you to work with the two kinds of images that most web
browsers support:
-
GIF (CompuServe Graphics Interchange Format .GIF extension)
-
JPEG (Joint Photographic Experts Group .JPG extension
GIF files lack the higher quality of JPEG files, but they're more compact
and display more quickly in web browsers.
You can get images by creating them yourself, scanning them, or buying
them as part of a commercial clip art package. You can also find GIF images
in the Internet's many image archives.
-
Note: If you intend to use images in your own web pages, make sure
you get permission from the owner of the image, or use royalty-free clip
art so you don't infringe on a possible copyright.
How to include an image in your page
Follow these steps to insert an image file located on your hard disk into
the document you're editing:
-
Click where you want the image to appear in your document.
-
From the Insert menu, choose Image, or click the Image button in the Composition
toolbar.
-
(Windows and Mac OS) Click Choose File to locate the image file on your
hard disk.
(Unix) Click Browse to locate the image file on your hard disk.
An image is actually a separate file that does not "live" in
your Composer document; the image file can be located on your hard disk
or on a remote computer.
-
(Windows and Mac OS) Select the file and click Open.
(Unix) Click OK.
-
Choose the options you want.
-
Click OK.
By default, Composer saves a copy of the image in the page's location on
your hard disk, so that the image always appears with your document.
-
Important: If you move the image file from its current location
on your hard disk, it will no longer appear in your document.
Tip: You can drag an image from a folder on your desktop or
from your Navigator browser window and drop it into your document. Composer
places the image at the insertion point location. To change the image's
properties, double-click the image.
Further information on editing with Composer
Starting Netscape Composer
There are several ways to open the Composer window, depending on which
of the following you want to do:
-
Create a new page
-
Edit the page you're currently browsing
-
Edit an existing HTML file stored on your computer
Creating a new web page
To create a new web page, you can choose one of the following starting
points:
-
Start with a blank web page
-
Use a web page template, a sample page that contains common elements found
on most web pages
-
Use the Web Page Wizard, a special page on the Netscape home site that
walks you through the steps for creating a web page.
The last two possibilities are described in the full Netscape documentation.
Starting with a blank page
-
From the File menu choose New, and then choose Blank Page, or choose Composer
from the Communicator menu.
-
Enter text. See "Basic editing" later in this chapter for more information.
Editing an HTML file stored on your computer
-
(Windows and Unix) From the File menu choose Open Page.
(Mac OS) From the File menu, choose Open, then choose Page in Composer.
-
(Windows and Unix) Click Choose File.
(Mac OS) Select the file you want to edit.
-
(Windows and Mac OS) Click Open.
(Unix) Click OK.
-
(Windows and Unix only) Click Open again.
-
Enter text.
See "Basic editing" for more information.
-
From the File menu, choose Save.
Basic editing
You enter and edit text in the Composer window just as you would in a word-processing
program.
Using the toolbars
The toolbars contain buttons corresponding to frequently used commands.
Use the Composition toolbar to work with files. Use the Formatting toolbar
to apply text styles.
Entering and editing text
-
Position the cursor over the Composer window.
-
Click to mark an insertion point.
-
Begin typing your text.
Displaying paragraph marks
-
From the View menu, choose Show Paragraph Marks to see where paragraph
marks are located in your document. Composer also displays a short horizontal
line to indicate the end of the document.
Copying and pasting text
You can paste text into your document from almost any source. For example,
you can select text on a page you are viewing in Netscape Navigator and
copy it using Navigator's Copy command from the Edit menu. You can then
switch to the Composer window and paste the text into the Composer window
by choosing Paste from the Edit menu.
-
Note: Text that you copy from a web page that you're viewing in
Netscape Navigator does not retain formatting information when you paste
it into the Composer window. However, text that you copy and paste within
the Composer window, or from one Composer document to another, does retain
its formatting.
Canceling or repeating your last action or command
-
From the Edit menu, choose Undo to cancel your last action or command.
-
Note: Not all actions or commands can be undone.
Formatting text
Formatting text consists of applying fonts, sizes, styles (bold, italic,
and so on), colors, alignment, and other options to text. Composer provides
two types of formatting:
-
Paragraph formatting, which controls the appearance of entire paragraphs
of text, including headings and lists.
-
Character formatting, which controls the font, size, style, and color of
selected characters or words.
Formatting paragraphs
-
Click the paragraph you want to format, or drag to select more than one
paragraph.
Composer will apply the chosen paragraph style to the paragraph
that contains the insertion point or to all paragraphs in the selection.
-
From the Formatting toolbar, choose a paragraph style, list style, or alignment
option.
For more information about the paragraph styles that Composer provides,
see "Paragraph Formats" in Composer's online help.
Formatting characters
-
Select the word or characters that you want to format.
-
(Windows and Unix) Choose a font, size, color, or style from the Formatting
toolbar.
(Mac OS) Choose a size, color, or style from the Formatting toolbar.
Choose a font using the Format menu.
-
Tip Additional text styles (superscript, subscript, blink, and others)
are available by choosing Style from the Format menu.
For more information about working with fonts and adding color, see Composer's
online help.
Spell-checking your document
-
From the Tools menu, choose Check Spelling, or click the Spelling button
in the Composer window.
Composer checks for spelling errors using its main dictionary,
which contains the most common words. If Composer finds a word that is
not in the main dictionary, it displays the word in the Spelling dialog
box and gives you choices for correcting the possible misspelling.
-
For each word that Composer displays in the Spelling dialog box, choose
whether to correct it, ignore it, or add it to the dictionary.
-
Click Stop to stop checking spelling before Composer has finished checking
the entire document.
-
Click Done to close the dialog box.
Inserting a horizontal line
You can insert one or more horizontal lines in your web page to help create
visual breaks between page sections. This is especially useful if your
page is a long one.
-
Click the location in the Composer window where you want to insert the
line.
-
Click the H. Line button in the Composition toolbar, or from the Insert
menu, choose Horizontal Line.
-
(Windows only) To increase the line's height, position the cursor over
the line so that the cursor changes to a double-headed arrow, and drag
the line upward.
-
To change line properties such as line height, alignment, or 3D shading,
double-click the line to display the Horizontal Line Properties dialog
box.
Deleting a horizontal line
-
Click the line to select it.
-
Press Delete.
Creating a table
See full Netscape documentation.
Browsing a page you've created
It's a good idea to browse the pages you create so that you can test the
links you've created.
-
From the File menu, choose Browse Page to display the current page in the
Navigator browser.
You can also click the Preview button in Composer's Composition toolbar.
-
Save the page if you haven't already done so.
-
If you're connected to the Internet, click the links you created to make
sure they go to the locations you want.
Last modified August 12, 2001