RJS123
19 years ago
I am having an odd issue with a page I have created that uses templates, every
time I go to update the child pages I get this error: ?unbalanced Instance
begin tag?. It is not on all of the pages just some of them.
I have noticed that when I open a child page, that it is marked that there are
changes to be saved. If I save the change it become ones of the pages that the
error is on.
Here is what my template looks like:
<%@LANGUAGE="vbscript" CODEPAGE="1252"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<!-- TemplateBeginEditable name="doctitle" -->
<title>Untitled Document</title>
<!-- TemplateEndEditable -->
<!-- TemplateBeginEditable name="head" -->
<!-- TemplateEndEditable -->
<style type="text/css">
<!--
body {
background-image: url();
background-color: #CCB48F;
}
-->
</style>
</head>
<body>
<p align="center"><a href="../index.asp"><img
src="../Images/coffee-tea-header_back.jpg" width="900" height="150"
border="0"></a></p>
<p>
<table width="900" border="0" align="center">
<tr>
<td width="200" height="195" rowspan="3" align="left"
valign="top"><!--#include file="main_tea_nav.asp" --></td>
<td width="690" align="left" valign="top"> </td>
</tr>
<tr>
<td align="left" valign="top"><!-- TemplateBeginEditable
name="maininformationarea" -->
<p>maininformationare</p>
<!-- TemplateEndEditable --></td>
</tr>
<tr>
<td align="left" valign="top"><!-- TemplateBeginEditable name="SubMenu"
--><!-- TemplateEndEditable --></td>
</tr>
<tr align="left" valign="top">
<td height="195" colspan="2"><p>
<!--#include file="footers.asp" -->
</p> </td>
</tr>
</table>
<p>
</p>
</body>
</html>
Any help with this matter would be appreciated.
Jim
time I go to update the child pages I get this error: ?unbalanced Instance
begin tag?. It is not on all of the pages just some of them.
I have noticed that when I open a child page, that it is marked that there are
changes to be saved. If I save the change it become ones of the pages that the
error is on.
Here is what my template looks like:
<%@LANGUAGE="vbscript" CODEPAGE="1252"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<!-- TemplateBeginEditable name="doctitle" -->
<title>Untitled Document</title>
<!-- TemplateEndEditable -->
<!-- TemplateBeginEditable name="head" -->
<!-- TemplateEndEditable -->
<style type="text/css">
<!--
body {
background-image: url();
background-color: #CCB48F;
}
-->
</style>
</head>
<body>
<p align="center"><a href="../index.asp"><img
src="../Images/coffee-tea-header_back.jpg" width="900" height="150"
border="0"></a></p>
<p>
<table width="900" border="0" align="center">
<tr>
<td width="200" height="195" rowspan="3" align="left"
valign="top"><!--#include file="main_tea_nav.asp" --></td>
<td width="690" align="left" valign="top"> </td>
</tr>
<tr>
<td align="left" valign="top"><!-- TemplateBeginEditable
name="maininformationarea" -->
<p>maininformationare</p>
<!-- TemplateEndEditable --></td>
</tr>
<tr>
<td align="left" valign="top"><!-- TemplateBeginEditable name="SubMenu"
--><!-- TemplateEndEditable --></td>
</tr>
<tr align="left" valign="top">
<td height="195" colspan="2"><p>
<!--#include file="footers.asp" -->
</p> </td>
</tr>
</table>
<p>
</p>
</body>
</html>
Any help with this matter would be appreciated.
Jim