Contents |
Overview |
|
|---|---|
|
Netscape Composer is one of the more commonly used Web composition tools. Why? Because it offers several advantages. Naturally, it has its drawbacks too! Let's take a look... |
|
Advantages |
|
Disadvantages |
|
Let's take a look at some of the specific features of Netscape Composer, and see how to use them. We'll start with text-things, and go on to graphics and tables. Then we'll take a look "behind the scenes" at ways to deal with "invisible" codes and the HTML directly. And along the way, we'll explore some features of HTML in general.
But first: how to run Netscape Composer? Run Netscape Communicator in the usual way; then:

| When the default is set to a larger size, all the headings and size
options increase proportionately - though the browser has ultimate control
over the actual size. Is there any way you can make the display a specific
size? Yes...but not with Netscape Composer! You'll need a fancier HTML
tool to do that, or to write HTML code directly.
Colors Colors
are one of the more reliable features of HTML.
Of course, the fine shades of colors vary on different monitors, so it's
by no means what a graphic artist could wish - but red is red and green
is green, even if the degrees of redness and greenness differ. Some colors
are more reliable than others, too - you can count on them to look pretty
much the same in most browsers on most display monitors.
With Netscape Composer, you can change colors on several categories of text. In each case, there is a color picker that offers a choice of 49 "reliable" colors. You can select: |

Great Graphics |
|
|---|---|
|
What makes the Web popular with so many people? It's got to be the great graphics! For the fundamentals of graphics on the Web see module W47c. Now, let's play with graphics in Composer... |
|
Picky with Pictures |
Basics: Putting a Picture In
To get started, use the menu Insert...Image or the Image button on the
toolbar. That will get you the Image dialog, which you can also use to
adjust graphics already in a Web page. |

|
The first thing to do is specify the picture you want. It's always best to do that using the Choose File button, to insure that the name and location are correct. Size AdjustmentsThe Dimensions area lets you change the height and width of the image, either in pixels or in percent of the available area. Available area could be either the size of the browser window on the screen, or the size of a table cell, if your image is going into a table.Usually, it's a good idea just to let the image stay its original size, because the quality often suffers when browsers "fiddle" with the size of an image. If you decide to change it, you'll most often want to make sure the "Constrain" checkbox is checked: this keeps the ratio of height to width locked, so the picture doesn't appear squashed or stretched. And if you forget, there's the "Original Size" button to put it back the way it should be. Placement OptionsThe section entitled, "Text alignment and wrapping around images" gives you some control over the placement of the image - but not as much as you might like. (Later, we'll discuss using tables to get better control over image positioning.)The first five buttons are mainly for small images that are shown in a line of text. They let you adjust vertical alignment with some precision. The last two let you have text wrapping around images, either on the left or the right. Alternate TextPart of responsible Web creation is including "Alternate text" with each picture. Click the "Alt Text/LowRes" button and fill in some descriptive text. This text is not ordinarily visible, but is displayed in several situations:
|
||
Coloring between the Lines |
There are several ways to put separators in your Web pages with Composer. I've often been asked how these can be colored. Let's "read between the lines", and see how we can make each type look colorful... Horizontal RulesThe quickest, simplest way to insert dividing lines in a Web page is to use a Horizontal Rule, like this one:In composer, this can be done by using the Insert menu's Horizontal Rule option, or clicking the H. Line toolbar button. These lines can be formatted to change three of their aspects: their height, their length, and their 3D shading. You can edit the rule by double-clicking it, or by clicking ones and selecting menu Format...Horizontal Rule. Here are some examples: Height 15 pixels (5 is my default):
Width: 50% of window:
No 3D shading:
Mini-TablesAnother way create a divider is to create a table and color its cell(s). This is the best way to achieve a colored dividing line and have control over its color: but you're limited in how thin it can get (not very!). Here's a table with one row, one column, and no border. To make its height as small as possible, the text size is set to -2. The single cell is colored red, and a dot has been put in it to hold it open, but the dot has been colored the same red as the background, so it won't be obvious.
GraphicsThe most popular and effective dividers are graphic images. You can get an incredible variety of them - both still and animated - from the free graphics sites linked to Yahoo!http://dir.yahoo.com/Arts/Design_Arts/Graphic_Design/Web_Page_Design_and_Layout/Graphics/ |
Tricks with Tables |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
You can always create a page with no columns, where text and graphics simply flow from top to bottom. Most page designers at one time or another need to reserve space somewhere in the page space for different kinds of information. HTML provides two ways to do this: frames, and tables. Frames tend to be troublesome, and anyway Netscape Composer doesn't do frames. So that leaves us tables in this context. Tables are one of the most versatile tools for making HTML
pages look neat. Netscape Composer is fairly good with them. The main problems
are the slowness with which Netscape puts text in tables when they get
complicated, and a bug in how Netscape gets cells to span more than one
column. In spite of that, they're handy and useful to use!
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Table Basics |
Start by creating a table. You can use several approaches to this:
Here's the initial dialog, which you'll also get when you edit an existing table's features: |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
![]() |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
The best tactic with this dialog is to start at the top and address every issue one by one. The choices depend on what purpose you're using your table for. We'll talk about several different ways of setting tables up. Meanwhile, you can also get this dialog for editing features by right-clicking the table, and selecting Table Properties on the pop-up menu. You have to click very carefully, though! Your mouse must be over text or graphics - not over empty areas of the table. Otherwise, Netscape may select something entirely different! (Yes - it's very annoying!) A good way to insure that you've got the right table or cell in an empty area is to type some text in, then point and click. You can delete the text later if you didn't really need it.
Here is the top portion of the dialog tab for editing rows (the bottom is just like the bottom of the Table dialog): |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
![]() |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Here's the top portion of the Cell tab: |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
![]() |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
HTML is designed for flexibility at display time, but most Web page designers would like to gain some control over their pages. Though Composer can never give us as much control as a page layout program, tables can help a lot. Popular Table-based LayoutsOne of the most popular layouts is to create a page with a narrow column on the left side. This column is often used for reference information (links to other parts of the site, etc.) while the larger, right-side column is used for the primarly information of the page. This is done by creating a table with two columns and (often) one row. The result looks something like this:
A popular variant of this is to leave the borders off and contrast the
areas with colors. Here is a three-column page (also frequently found)
using a contrasting colors in the cells:
If you'd like your page to have a "header" area that spans the entire page, don't start the table until below the header...or, create a separate table or separate row the spans the entire width of the page:
Setting the OptionsSome of the options to check when using tables for layout control:
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
This text is in a table with two columns. The two top rows each contain a single cell that "spans" the two columns. Composer did that for me, buy not without some cleanup. Here's what's going on... Spanning ColumnsHere's a table with 3 rows and 3 columns:
I'd like to take the center row and make it one large cell. The first
step is to right-click (carefully!) in the cell numbered 4 and select Table
Properties to edit the table. I then click the Cell tab and go to the Cell
spans section. I want the current cell to span 1 row and 3 columns. This
is the result:
Not what I wanted! Cells 5 and 6 should no longer be there. The solution
is relatively simple: right-click (carefully) in each of the unwanted cells,
and select Delete...Cells from the pop-up menu. The result should be what
I wanted to begin with:
Spanning RowsNow let's take the same 3 x 3 table and make the cell numbered 2 span all three rows:
Again, the result is displaced cells adding a phantom column to the
end of the table. We'll get rid of it in the same way: by deleting the
individual unwanted cells:
Having it both WaysYou can even have cells that span both rows and columns - as long as the result is a rectangular area. Let's expand cell 5 in our original table to fill the entire lower right-hand side of the table:
As before, the extra cells have been popped into phantom columns, and
we'll have to delete them to make the table look right:
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Perfect Picture Placement |
The section on picture layout above mentioned the difficulty of getting browsers to place pictures in the right relationship to text. Tables can give you a lot more control! Use some of the table layout tricks shown in this section, together with the alignment options in the Image control section to get your pictures just where you want them! (Well, almost!) |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Summary |
|
|---|---|
|
Netscape Composer has definite limitations, and it has a habit of crashing at unexpected moments. In spite of all that, I've found that it can produce pretty decent Web pages. For those who want to produce fancy Web sites, it's not the ideal tool; but it probably meets the needs of 75% of the Web designers out there. And it's free! You can always start with it and move up later. |
About this document... |
|
|---|---|
Audience: |
For people who have used WYSIWYG software to create Web pages, and who want to learn about the capabilities, advantages, and disadvantages of Netscape Composer in more detail. |
Objectives: |
When you successfully complete this lesson, you will
be able to...
|
Module W32c: |
This document is part of a modular instruction series in Computer Information Systems. For more information, see the overview or the list of modules in this series, W: World Wide Web. This document has been used in the following classes: CIS 260. |
Author: |
Laurence J. Krieg |
Institution: |
![]() |
| History: | Original: 29 Nov 1998
Last modification: Monday, 31-Aug-2009 11:48:06 EDT |
| Copyright: | Copyright © 1999, Laurence J. Krieg.
Instructors: You may point to this file in your Web based materials. Students: you may make a copy for your personal use. All other uses: contact the author, Laurence J. Krieg for permission. Email krieg@ieee.org |