Hi, Im new here. Ive searched the forum but cant find any answers to my problem and your help would be much appreciated.
Im currently building a website in Dreamweaver CS4.
I have a Template which has been working fine and now new child pages will not update from the Template.
I get the error Unbalanced Instance End Editable Tag Line 10, Column 29 (absolute Position 481)
Please take a look at my code and help me where im going wrong.
Template Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="
http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- TemplateBeginEditable name="doctitle" -->
<title>Britz Interiors</title>
<meta name="description" content="Britz Interiors is a design studio in Kent supplying and fitting high quality Kitchens and Bedrooms, competitively priced to suit all budgets."
<meta name="keywords" content="Kitchens & Bedrooms, Kitchens and Bedrooms, Kitchens and Bedrooms in Crayford, Kitchens and Bedrooms in Dartford, Kitchens and Bedrooms in Kent"
<!-- TemplateEndEditable -->
<style type="text/css">
<!--
a {
font-family: Times New Roman;
}
a:visited {
color: #000;
}
a:hover {
color: #004793;
}
body {
background-color: #D1D0CE;
}
a:link {
color: #000;
}
-->
</style>
<!-- TemplateBeginEditable name="head" -->
<!-- TemplateEndEditable -->
</head>
<body>
<table width="985" border="0" align="center" cellpadding="1" cellspacing="0" style="background-color: #FFF; color: #000; font-family: 'Times New Roman'; font-size: 16px;">
<tr>
<td width="188" rowspan="4" align="center" valign="middle"><img src="../Images/SmallBritzLogo.jpg" width="175" height="138" align="middle" /></td>
<td width="511" align="right" valign="top"><a href="../Pages/BookHomeDesign.html">Book a free in home design visit</a></td>
<td width="190" align="right" valign="top"><a href="../Pages/OrderBrochure.html">Order a free colour brochure</a></td>
<td width="96" align="center" valign="top"><a href="../Pages/ContactUs.html">Contact Us</a></td>
</tr>
<tr>
<td colspan="3" align="left" valign="top"><p><br />
<span style="background-color: #FFF; color: #004793; font-size: 30px; font-family: 'Times New Roman';">Manufactures & Installers of Quality Fitted Furniture</span><br />
</p></td>
</tr>
<tr>
<td height="49" colspan="3" align="right" valign="bottom"><p><span style="color: #004693; font-size: 36px; font-family: 'Times New Roman';">Call Now: 01322 553111</span></p></td>
</tr>
<tr>
<td colspan="3" align="right" valign="bottom"><a href="../Index.html"><img src="../Images/Nav_Buttons/NewButtons_01.jpg" width="81" height="29" border="0" /></a><a href="../Pages/AboutUs.html"><img src="../Images/Nav_Buttons/NewButtons_02.jpg" width="127" height="29" border="0" /></a><a href="../Pages/Kitchens.html"><img src="../Images/Nav_Buttons/NewButtons_03.jpg" width="120" height="29" border="0" /></a><a href="../Pages/Bedrooms.html"><img src="../Images/Nav_Buttons/NewButtons_04.jpg" width="134" height="29" border="0" /></a><a href="../Pages/Appliances.html"><img src="../Images/Nav_Buttons/NewButtons_05.jpg" width="146" height="29" border="0" /></a><a href="../Pages/HowToFindUs.html"><img src="../Images/Nav_Buttons/NewButtons_06.jpg" width="188" height="29" border="0" /></a></td>
</tr>
</table>
<!-- TemplateBeginEditable name="EditRegion3" -->
<table width="985" border="0" cellspacing="0" cellpadding="0">
<tr style="background-color: #D1D0CE;">
<td><br />
</tr>
</table>
<!-- TemplateEndEditable --></td>
<table width="985" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="center" valign="middle" style="color: #000; font-family: 'Times New Roman'; background-color: #3D6AAE;">Britz Interiors Limited<br />
16 Station Road, Crayford, Kent, DA1 3QA<br />
Tel: 01322 553111 Mob: 07768 351678</td>
</tr>
</table>
</body>
</html>