-----Original Message-----
What is the ramification of omitting these meta tags
FrontPage automatically adds?
<meta http-equiv="Content-Language" content="en-us">
This one identifies your page as contining US English text.
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
The two are informational only. They identify the page as
coming from FrontPage. If you don't want FrontPage to
create them, choose Tools, Page Options, Authoring, and
clear Generator And ProgId Tags.
<meta http-equiv="Content-Type"
content="text/html; charset=windows-1252">
This one reinforces the fact that the file contains HTML,
and states the character set the browser should use to
display it.
Now, I have a question for you. What's the harm in leaving
these in place?
Jim Buyens
Microsoft FrontPage MVP
http://www.interlacken.com
Author of:
*----------------------------------------------------
|\---------------------------------------------------
|| Microsoft Office FrontPage 2003 Inside Out
||---------------------------------------------------
|| Web Database Development Step by Step .NET Edition
|| Microsoft FrontPage Version 2002 Inside Out
|| Faster Smarter Beginning Programming
|| (All from Microsoft Press)
|/---------------------------------------------------
*----------------------------------------------------