Forum Moderators: open
What follows is the unedited source of a blank html document:
<html xmlns:o="urn:schemas-microsoft-com:office:office"
xmlns:w="urn:schemas-microsoft-com:office:word"
xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv=Content-Type content="text/html; charset=windows-1252">
<meta name=ProgId content=Word.Document>
<meta name=Generator content="Microsoft Word 9">
<meta name=Originator content="Microsoft Word 9">
<link rel=File-List href="./Document2_files/filelist.xml">
<!--[if gte mso 9]><xml>
<o:DocumentProperties>
<o:Author>My name was here</o:Author>
<o:Template>Normal</o:Template>
<o:Revision>1</o:Revision>
<o:TotalTime>0</o:TotalTime>
<o:Created>2003-02-21T16:34:00Z</o:Created>
<o:Pages>1</o:Pages>
<o:Company></o:Company>
<o:Lines>1</o:Lines>
<o:Paragraphs>1</o:Paragraphs>
<o:Version>9.2720</o:Version>
</o:DocumentProperties>
</xml><![endif]--><!--[if gte mso 9]><xml>
<w:WordDocument>
<w:View>Normal</w:View>
<w:Zoom>0</w:Zoom>
</w:WordDocument>
</xml><![endif]-->
<style>
<!--
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{mso-style-parent:"";
margin:0in;
margin-bottom:.0001pt;
mso-pagination:widow-orphan;
font-size:12.0pt;
font-family:"Times New Roman";
mso-fareast-font-family:"Times New Roman";
mso-ansi-language:EN-US;}
@page Section1
{size:8.5in 11.0in;
margin:1.0in 1.25in 1.0in 1.25in;
mso-header-margin:.5in;
mso-footer-margin:.5in;
mso-paper-source:0;}
div.Section1
{page:Section1;}
-->
</style>
</head>
<body lang=EN-GB style='tab-interval:.5in'>
<div class=Section1>
<p class=MsoNormal><span lang=EN-US><![if!supportEmptyParas]> <![endif]><o:p></o:p></span></p>
</div>
</body>
</html>
Would it even work? Or am I being silly, and this is all valid stuff?
What I see as a challenge though is how do you get through to a client that what they have is garbage? It all looks the same to them when they look at it in IE. So how do you explain to them that either you will have to start all over making their site, or have to edit the garbage that Word wrote, and that either way it will cost them some money. They just don't seem to get it, like: 'the site is basically there already, it should be real easy for you to just change this or that. Their friend who made the site the first time could easily add whatever, just by opening it in word...etc.'.
(I need a better way to make money!)
LOL! That is SO true.
A while back a small non-profit org asked me to "help" with their website.
It had been done in a combination of FP98, FP200, FTP, Word, and a REALLY old copy of Fusion, and probably some other stuff and text editors that I did not look for. All mixed together. All done by a succession of people that obviously had no concept of what they were doing.
When I told them what needed to be done (such as removing or scaling down the 560kb graphics background) I started getting the "well, we want to keep that, and this, and don't change that.."
I finally told them it was hopeless given the limitations they gave me (and the obvious internal bickering that was going on).
All this for a site that got maybe 500 hits a month ;P
A buddy of mine put a little site online ad it was full of code like that, cept' the word idenifiers were removed. He was a PhD Enginering grad so I thought it was some obscure coding/formatting thing used in Engineering......and it was Word all along........
OpenOffice.org blank page
==============================
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=windows-1252">
<TITLE></TITLE>
<META NAME="GENERATOR" CONTENT="OpenOffice.org 1.0.1 (Win32)">
<META NAME="CREATED" CONTENT="20030222;18070329">
<META NAME="CHANGED" CONTENT="16010101;0">
</HEAD>
<BODY LANG="en-US">
<P><BR><BR>
</P>
</BODY>
</HTML>
=================================
Mozilla Composer -
=================================
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type"
content="text/html; charset=ISO-8859-1">
<title>Composer</title>
</head>
<body>
<br>
</body>
</html>
=================================
Dreamweaver MX 'Basic webpage' -
=================================
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
</body>
</html>
=================================
They all appear to do quite a good job of it. Personaly, I can't stand using M$ Office at all anymore, long live Open Office!
I copy-and-pasted the first mentioned HTML into a blank *"Simpletext" document and saved it as an HTML file on my Mac. I've done this before, including when I was creating my own webpage, and it workd quite well.
Then, once saved as an HTML file, I tried opening it with either Netscape 4.79 or iCab 2.82.
All I get is a blank white screen in both browsers. Sorry, the code doesn't work on us with iconoclastic, non-Windows platforms.
(*"Simpletext" is a modestly powered word processing program that comes with all Macs. It's pretty versatile and by default it only uses 512 k of RAM (you can tweak it to whatever you want of course). It handles different text styles, different fonts, search and replace, as well as (through linking with Quicktime) being able to play movies and sounds, even speaking typed text. But as far as handling plain text is concerned, it is akin to generating plain .TXT files on a Windows system with Notepad or some other program. The only thing it won't do is read Word .DOCs. For that I use another program called "Fileview" to rip the text out of ANY file, sans formatting. It's pretty well the only word processor I think of using nowadays.)