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

  • Thread starter Viken Karaguesian
  • 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
 
T

Thomas A. Rowe

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.
==============================================
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

php 4
What! Why? 3
Force Character Encoding 9
doctype choice? 12
<!DOCTYPE html PUBLIC... 13
doctype (again) 3
DOCTYPE problems with scroll-bars 9
Where do I put 2

Top