I have created a fronpage 2000 template but when i make a new file out of it. he changes some code. how can i stop this.
----- original code -----
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>Sjabloon met kinderthema</title>
<!--mstheme--><link rel="stylesheet" href="kids1111.css">
<meta name="Microsoft Theme" content="kids 1111">
</head>
<body onload="javascript:{if(parent.frames[0]&&parent.frames['menu'].Go)parent.frames['menu'].Go()}">
</body>
</html>
----- end original code -----
and this is what fronpage makes of it
----- changed code -----
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>Nieuwe pagina 1</title>
<meta name="Microsoft Theme" content="kids 1111">
</head>
<body onload="javascript:{if(parent.frames[0]&&parent.frames['menu'].Go)parent.frames['menu'].Go()}">
</body>
</html>
----- end changed code