Last Update: Jan 6, 2006
|
|
Even fairly old versions of both MS Word (version
97 or better) and WordPerfect (version 8 or better) allow you
to create simple html documents without any significant technical
knowledge. However, if you have
MS Word 97 only, html support is not part of the standard installation
and it may be necessary to add this using the MS Word 97 (Office 97)
installation
CD. To check whether this is necessary or not, start MS Word and check
whether "File"/"Save as" includes "html" as a format option. In MS Word
2000, this option is labeled "Web Page (*.htm; * .html)"; in MS Word
2002/XP
there is an additional option "Web Page, Filtered (*.htm; * .html)". In
contrast, older version of MS Works do not allow to do what is
described below; however, more recent versions of the "MS Works
Suite" include the matching version of MS Word and thus will work.
Both MS Word and WP let you create your document as usual -- using the usual tools to format the text, but now they also offer an option to save the file in the "html" format (with an .htm or .html extension to the file name) rather than in the proprietary format (with an .wpd or .doc extension). The "html tags" which determine the appearance of a document in a web browser are generated in the background. For basic usage one need not be concerned about these. So, you do not need to learn html in order to produce html documents (web pages).
Basic procedure for adding links to web
pages (same
for
both WP and MS Word):
Setting options in WP for automatic link creation and activation (may already be set this way)


After you have saved the html version of the document, make sure
that
it works okay by opening the document (file) in a web browser. In
Netscape,
go to "File"/"Open Page .." and enter the path for the file in the top
box. Alternatively, click "Choose File .." to find your htm file on
your
computer. Then click "open", the document will display. In MS IE, go
to
"File"/"Open ...", then select "Browse" to find your htm file on your
computer
or type its "path" directly into the box. Once your document is
displayed
by the browser, check whether all links are properly working, i.e. that
they lead to the web pages they are supposed to lead to. After this
last
check, the file is ready for submission -- depending on what the
assignment
calls for -- either on a (floppy) diskette or via the Bb (the
"Drop Box" or a specific "assignment"). As to latter, look for specific
help files on your Bb course site.
When the document contains images, the situation gets more complex. In
contrast to .doc and .wpd files which typically contain all information
about a document (text and all images), .html documents consists of a
main file (which contains the text) and a separate file for each
image. When converting to html, MS Word puts all these images
files into an associated folder which a matching name. In the example
above, if the file "Christina_Matthes.doc" contains any images, MS Word
would create a main file named "Christina_Matthes.htm" and a folder
named "Christina_Matthes_files" and this folder would contain all
the image files (if necessary, converted to a format suitable for the
web like ".gif", ".jpg", and more recently ".png"). Also,
the main file "Christina_Matthes.htm" would contain information
where these image files are located relative to the location of the
main file.
I don't have access to the recent version 12 of WordPerfect, but
WP2000 (also known as WP9) contains some glitches so that the
images in the converted html file often do not show when opened in a
browser. I assume the problem has been fixed in WP 12, but I don't know
for sure.
While it makes no difference for the user during the conversion step
whether the document contains images or not, i.e., no special
directives have to be given, it makes a big difference when it comes to
moving the converted .htm
document (putting it on a web site, sending it via e-mail,
copying it to a floppy diskette or to other portable devices like "pen"
or "USB"
drives, etc.). Then, great care needs to be taken that not only the
main
file gets moved, but all the associated images files get moved as well
and that
the relative location of main file and image files stays the same. As
this can be tricky, it is a good idea to use a "zip" utility (like
WinZip) to package main file and all associated files into one
("Christina_Matthes.zip")
zip file and move this .zip file. This .zip file must also include
"path information", i.e., the name of the folder where the image files
should be put once the .zip file gets unzipped at the new location. (More
details)
Additional Notes
1. Both the Netscape browser (Netscape Navigator) and Mozilla come with a companion html editor (Netscape/Mozilla Composer). You can open your html documents in the Composer, if there is a need to make changes (or you can go back to your word processing software). You can also use Netscape/Mozilla Composer to generate html documents from scratch. Almost all documents you see on my course pages are generated with Netscape/Mozilla Composer. It is a very convenient tool. Consider this as an alternative, if you only have truly obsolete versions of MS Word or WordPerfect or some other word processing software not including html support such as older versions of MS Works.
2. The automatic htm conversion by MS Word actually produces "XML"
documents.
The advantage is that starting with MS Word 2000, all special features
that Word documents (.doc files) may contain are preserved and that you
can go back and forth between .doc and .htm format without losing
anything.
The disadvantage is that these files are unnecessarily large and that
additional
editing (using other software like Netscape Composer) is often rather
difficult as the XML code is messy.
So, it may be better to save document as simple or "compact" htm files.
If you have MS Word 2000, you can download and install the "MS
Office HTML Filter 2.0" on your home computer. This will add
another
item to the "File" menu (of MS Word 2000): "Export"/"Compact HTML". Use
this new menu item, to produce a more standard htm file with MS Word.
If
you have MS Word 2002 (aka XP), there is no need to download and
install
this filter: It is integrated with the "File"/"Save as" menu, select
"Web
Page, Filtered" as "type".
3. At Hunter, all computer labs should be running at least MS Word
2002/XP,
if not MS Word 2003, and MS Word should be set up to convert URLs into
web links automatically.