If you're on a machine with a good text editor, just add a header, and a footer. Sort of like this.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title></title>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
</head>
<body>
<p>
...
</p>
</body>
</html>
Then add at any paragraph breaks: </p><p>.
Congratulations, you just produced an html file. Save it with the extension .htm or .html.
Regards,
Jack Tingle
|