WWW Syllabus Site -Reply

PC Wood PCWOOD at intergate.dot.gov
Mon Nov 13 13:58:11 UTC 1995


An easy way to "dump" large amounts of material into  web pages fast is
to put it into ascii/text format from a word processor. The text should
have been set in a fixed space font such as Courier and formatted as
one wants it to appear. The add the following to the file

<html>
<html>
<title>  whatever </title>
</head>

<body>
Copyright statement if you want the text and html coding protected
<pre>

syllabus text prepared in fixed space font

</pre>
</body>
</html>


The tag <pre> means preformatted text and browsers will present the
text as it appears. No spacing , etyc is altered.

This way one can postpone coding the entire text.

Pc Wood



More information about the SEELANG mailing list