Want to add DocType to all new HTML files by default. Can I do this?

  • Thread starter Thread starter Viken Karaguesian
  • Start date Start date
V

Viken Karaguesian

Hello everyone,

I would like to add a Doctype to all new HTML documents in FP 2003.
So, when I choose File --> New --> Blank Page, I would like to include
the doctype statememt by default.

Is there a way to make this the default "new page":

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>

<head>
<meta http-equiv="Content-Type" content="text/html;
charset=windows-1252">
<title>New Page 1</title>
</head>

<body>

</body>

</html>



Thanks,

Viken K.
http://home.comcast.net/~vikenk
 
Yes, you have to locate the normal.tem in your FP Program folder and then edit the htm document.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
 
Back
Top