Free Web Hosting by Netfirms
Web Hosting by Netfirms | Free Domain Names by Netfirms

Computer Taming

Guidelines for Submitting Your Text in RTF.


I can turn your Word Processor documents, that may contain cross references, index entries and footnotes, into documents which may be read from within the World Wide Web. The format of these documents is called HyperText Markup Language (HTML). I am able to automatically convert documents stored in RTF (Rich Text Format) to HTML. Most word processors in use on UNIX, Macintosh, PC or NeXT systems can export their documents in RTF format (hint: have a look at the "Save as..." dialog box of your favorite word processor).

Conversion of RTF text to HTML markup is based on three characteristics. These are:

  1. The destination of the text. Example destinations are header, footer, footnote, picture.
  2. The paragraph style. Paragraph styles are user-definable entities, but some are pre-defined by the word processing package. For Microsoft Word examples are "Normal" and "heading 1".
  3. The text attributes. Examples of text styles are bold, courier, 12 point.

There are built-in rules for dealing with destinations. I can produce reasonable HTML output for most documents (see my sample styles.) Here is what you can expect:

In order for this conversion to take place you need to create a "template" or "style sheet" to use for your Web pages.  The following are rough definitions of the HTML paragraph styles (see my "sample styles" to see how they look on your browser):

Normal
The Normal <P> style is used to indicate paragraphs. It should be flush-left with no first-line indent and with a blank line above the text. Use the same font and size you have defined for "Body Text" in your Web Browser.
heading 1..6
numbered list 1..5
The numbered list <OL> marks up an ordered list of items. Each item should be displayed with a number in front of it.
bullet list 1..5
The bullet list <UL> creates an unordered list. Every item in a list is marked a bullet of some sort in front of it.
dir
The <DIR> style is similar to the bullet list. It represents a list of short items, typically up to 20 characters each. Items in a directory list may be arranged in columns, typically 24 characters wide.
menu 1..5
The <MENU> style produces a list like the bullet list, but it should be rendered in a more compact manner. Not all browsers make this distinction, and some render it without a bullet at all.
small gloss 1..5
<DL> is used to provide a list of items with associated definitions. Every item should be put in a TERM <DT>, and its definition goes in the DEF <DD> directly following it. This list is typically rendered without bullets of any kind.
glossary 1..5
<DL> is used to provide a list of items with associated definitions. Every item should be put in a TERM <DT>, and its definition goes in the DEF <DD> directly following it. This list is typically rendered without bullets of any kind.
pre
<PRE> is used to include sections of text in which formatting is critical. Unlike in the other HTML containers, text in a PRE pair will only be wrapped at the line breaks in the source, and spaces will not be collapsed. You can even use tabs, although it is better to use multiple spaces since those will always be the right number. Text inside this tag will be displayed in a monospaced font to retain the formatting. For this reason font-changing tags cannot be included inside PRE text. Images are also excluded because they can introduce problems with alignment. An image can't be translated to a certain number of characters.
blockquote
If more than a few lines from a document are being quoted, use a <BLOCKQUOTE> to indicate this. Block quotations are often rendered with indented margins, and possibly in italics, although a rendering with the standard quotation symbol for E-mail, ">", is of course also possible.
address
The <ADDRESS> style should be used to enclose contact information, addresses and the like. It is often rendered with a slightly indented left margin and italics.
hr
<HR> is used to draw horizontal rules across the browser window. If the margins are currently smaller, for example because of images which are placed against the margins, the rule will extend to these margins instead of the whole window. A horizontal rule is typically used to separate sections within a document.
HTML
Literal, you may include HTML markup in this paragraph.

Special Text Attributes:


[ Page Content ][ Home ][ Site Map ][ Agreement ]
[ Prev ]  [ Home ]  [ Dir. ]  [ Next ]

Prepared by Peter Conrad Cumminsky, consultant, ASEE, CET, Team OS/2 (707) 987- 9484

(C) Copyright 1993-1997 Peter Conrad Cumminsky