Template not updating on ONE page only

Hello. I have a template that I use for my website. It contains a header navbar, subnavmenu, editable regions, and footer. I have used the template for the index, or homepage, but the font on the footer is much larger than that of the template. I used the exact same template for other pages and do not have that issue.
could it be a problem with nesting div tags?
Here is my code for the index page. Could someone take a look at it?
<!DOCTYPE html>
<html><!-- InstanceBegin template="/Templates/MAINTEMPLATE2.dwt" codeOutsideHTMLIsLocked="false" -->
<head>
<!-- InstanceBeginEditable name="doctitle" -->
<title>MJSNC Home</title>
<style type="text/css">
/* BeginOAWidget_Instance_2443523: #OAWidget */
/* CALENDAR BOUNDING BOX */
.yui-skin-sam #OAWidget {
background-color: #99cccc;
border: 1px solid #003366;
padding: 10px;
right: -110px;
/* TITLE BAR */
.yui-skin-sam #OAWidget .title {
border-bottom:1px solid #cccccc;
color:#000;
/* WEEKDAY HEADER ROW */
.yui-skin-sam #OAWidget .calweekdayrow {
height:2em;
/* WEEKDAY (Su, Mo, Tu...) HEADER CELLS */
.yui-skin-sam #OAWidget .calweekdaycell {
color:#000;
font-weight:normal;
/* WEEK NUMBERS (ROW HEADERS/FOOTERS) */
.yui-skin-sam #OAWidget .calrowhead, .yui-skin-sam .yui-calendar .calrowfoot {
color:#666666;
font-size:85%;
font-style:normal;
font-weight:normal;
/* NORMAL CELLS */
.yui-skin-sam #OAWidget td.calcell {
border:1px solid #000066;
background:#eeeeee;
height:1.6em;
line-height:1.6em; /* set line height equal to cell height to center vertically */
/* LINK INSIDE NORMAL CELLS */
.yui-skin-sam #OAWidget td.calcell a {
color:#003366;
/* TODAY'S DATE */
.yui-skin-sam #OAWidget td.calcell.today {
background-color:#ffcc33;
.yui-skin-sam #OAWidget td.calcell.today a {
background-color:#ffcc66;
/* SELECTED DATE */
.yui-skin-sam #OAWidget td.calcell.selected a {
background-color:#000099;
color:#cccccc;
/* HOVER DATE */
.yui-skin-sam #OAWidget td.calcell.calcellhover a {
background-color:#ff6600;
color:#000066;
/* CalendarNavigator */
/* NAVIGATOR MASK */
.yui-skin-sam #OAWidget .yui-cal-nav-mask {
background-color:#000;
opacity:0.25;
*filter:alpha(opacity=25); /* IE */
/* NAVIGATOR BOUNDING BOX */
.yui-skin-sam #OAWidget .yui-cal-nav {
border:1px solid #808080;
background-color:#f2f2f2;
/* EndOAWidget_Instance_2443523 */
.SeniorBeach {
background-image: url(/Graphics/TEEN%20CLUB%20BEACH%20TRIP%202013/IMG_0551.JPG);
height: 375px;
font-size: 18px;
font-style: oblique;
font-weight: bolder;
color: #000;
.beachtriptext {
color: #000;
width: 170px;
padding: 2px;
background-color: #B9E1DC;
position: inherit;
filter: Alpha(Opacity=60);
opacity: .5;
</style>
<!-- InstanceEndEditable -->
<style type="text/css">
<!--
.wrapper {
background-color: #fffee8;
margin: auto;
padding: 5px;
height: auto;
width: 980px;
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
border-left-width: 0px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
text-align: left;
color: #FFF;
position: static;
overflow: visible;
.header {
margin: 0px;
padding: 0px;
height: auto;
width: 980px;
background-color: #fffee8;
border: 0px solid #09C;
.logoarea {
margin: 0px;
padding: 0px;
height: auto;
width: 980px;
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
border-left-width: 0px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
background-image: url(/Graphics/LOGOS%20AND%20BANNER/GRADIENTHEADER3.jpg);
.navbar {
background-color: #666;
height: 30px;
width: 980px;
margin: 1px;
padding: 1px;
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
border-left-width: 0px;
.subnavmenu {
background-color: #00FF33;
height: auto;
width: 980px;
font-family: "Felix Titling", "Engravers MT";
font-size: 14px;
font-style: normal;
line-height: normal;
color: #999;
margin: 0px;
padding: 0px;
border-top-color: #333;
border-right-color: #333;
border-bottom-color: #333;
border-left-color: #333;
position: static;
visibility: hidden;
.leftcontent {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
line-height: normal;
color: #333;
padding: 5px;
height: auto;
width: 485px;
margin-right: 0px;
margin-left: 0px;
border: 0px none #CCC;
background-color: fffee8;
position: static;
.rightcontent {
background-color: #333;
padding: 5px;
height: auto;
width: 450px;
margin-right: 5px;
margin-left: 5px;
float: right;
font-family: Arial, Helvetica, sans-serif;
color: #FFFee8;
font-size: 12px;
position: static;
border-top-color: #06F;
border-right-color: #06F;
border-bottom-color: #06F;
border-left-color: #06F;
.footer {
background-image: url(/Graphics/MORGAN%27S%20PIC.jpg);
background-repeat: repeat;
margin: 0px;
padding: 0px;
height: 165px;
width: auto;
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
border-left-width: 0px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
text-align: center;
clear: both;
color: #666;
position: relative;
left: 0px;
bottom: 0px;
font-size: medium;
#logo {
position:relative;
left:auto;
top:-5px;
width:272px;
height:auto;
z-index:1;
#apDiv4 {
position:relative;
width:544px;
height:53px;
z-index:1;
background-color: #fffee8;
float: right;
-->
</style>
<style type="text/css">
<!--
#apDiv2 {
position:absolute;
left:857px;
top:123px;
width:49px;
height:50px;
z-index:1021;
#apDiv3 {
position:absolute;
left:956px;
top:122px;
width:150px;
height:50px;
z-index:1022;
#apDiv5 {
position:static;
width:200px;
height:auto;
background-color: #FFFEE8;
float: right;
-->
</style>
<!-- InstanceBeginEditable name="head" -->
<style type="text/css">
<!--
#body #wrapper #rightcontent p center {
font-size: 18px;
#body #wrapper #rightcontent iframe {
text-align: center;
.leftcontentindex {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #CCC;
margin: 5px;
padding: 5px;
height: 500px;
width: 480px;
border: 0px none #06F;
.IndexPageFont {
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
font-size: 14px;
padding: 10px;
height: auto;
#body #wrapper #leftcontent p #flugovwidget {
text-align: center;
-->
</style>
<style type="text/css">
<!--
#apDiv7 {
position:absolute;
left:686px;
top:755px;
width:442px;
height:280px;
z-index:1022;
#body #wrapper #leftcontent p marquee font font {
color: #903;
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
border-left-width: 0px;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
.IndexPage {
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
font-size: 10px;
color: #FFC;
text-align: center;
padding: 5px;
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
border-left-width: 0px;
height: auto;
background-color: #333;
.VideoEmbed {
background-color: #333;
padding: 5px;
height: 875px;
width: auto;
visibility: inherit;
#body #wrapper #rightcontent center #VideoEmbed p {
font-size: 10px;
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
.indexpagebanner {
background-color: #F93;
height: auto;
width: auto;
border: medium dotted #F9C;
-->
</style>
<style type="text/css">
a:link {
color: #09F;
font-size: 24px;
#body #wrapper #leftcontent .bd #leftcontentindex #IndexPage h3 {
color: #C96;
font-size: x-large;
.indexpagesummerrecmarqueetext {
background-image: url(/Graphics/banner.jpg);
background-repeat: repeat;
height: auto;
width: auto;
color: #060;
#body #wrapper #leftcontent .bd #leftcontentindex #IndexPage h3 marquee #indexpagesummerrecmarqueetext h3 {
color: #060;
#body #wrapper #leftcontent .bd #leftcontentindex #IndexPage h3 #indexpagesummerrecmarqueetext h3 {
color: #093;
#body #wrapper #rightcontent center h3 strong {
font-family: Comic Sans MS, cursive;
#body #wrapper #rightcontent center p strong {
font-family: Comic Sans MS, cursive;
#body #wrapper #rightcontent center h3 strong {
color: #FFFF80;
#body #wrapper #rightcontent center p strong {
color: #FFFF80;
#body #wrapper #rightcontent center h3 strong {
font-size: 24px;
#body #wrapper #rightcontent center p strong {
font-size: 16px;
#body #wrapper #rightcontent center p strong {
font-size: 24px;
.signlanguagepicframe {
background-color: #309;
border: medium groove #CCC;
#body #wrapper #rightcontent center #VideoEmbed #SeniorBeach #beachtriptext p {
font-size: 16px;
#body #wrapper #rightcontent center #VideoEmbed #SeniorBeach #beachtriptext p {
font-size: 14px;
#body #wrapper #rightcontent center #VideoEmbed #SeniorBeach #beachtriptext p {
text-align: center;
#body #wrapper #rightcontent center #VideoEmbed #SeniorBeach #beachtriptext p {
text-align: left;
</style>
<script src="/YUI/2.8.2r1/build/yahoo-dom-event/yahoo-dom-event.js" type="text/javascript"></script>
<script src="/YUI/2.8.2r1/build/calendar/calendar-min.js" type="text/javascript"></script>
<script type="text/xml">
<!--
<oa:widgets>
  <oa:widget wid="2443523" binding="#OAWidget" />
</oa:widgets>
-->
</script>
<!-- InstanceEndEditable -->
<style type="text/css">
<!--
#apDiv1 {
position:absolute;
left:439px;
top:23px;
width:336px;
height:155px;
z-index:1021;
#apDiv6 {
position:relative;
left:0px;
top:0px;
width:154px;
height:153px;
z-index:1021;
float: right;
-->
</style>
<script src="/Web Site Root Folder/SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
<script type="text/javascript">
<!--
function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
//-->
</script>
<link href="/Web Site Root Folder/SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css">
</head>
<body background="/Graphics/LOGOS AND BANNER/GRADIENT BACKGROUND 5-8-12.png" class="body" id="body" onLoad="MM_preloadImages('/Graphics/LOGOS AND BANNER/logo with white bg for other publications.png')">
<div class="wrapper" id="wrapper">
  <div class="header" id="header">
    <div class="logoarea" id="logoarea"><div id="apDiv6">
        <p> </p>
        <p> </p>
        <p><br/>
          <a href="http://www.facebook.com/pages/Mifflin-Juniata-Special-Needs-Center-Inc/129756770511336" target="_blank" align="left"><img src="http://www.niftybuttons.com/blackink/facebook.png" width="60" height="59"></a><a href="https://twitter.com/MJSNC1" target="_blank" align="left"><img src="http://www.niftybuttons.com/blackink/twitter.png" width="57" height="59"></a>
          <br/>
        </p>
        <p>
          <!-- Facebook Badge END -->
        </p>
    </div><div id="apDiv4" >   
      <script>
(function() {
  var cx = '004600001770955757780:ub1su5xae54';
  var gcse = document.createElement('script'); gcse.type = 'text/javascript';
  gcse.async = true;
  gcse.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') +
      '//www.google.com/cse/cse.js?cx=' + cx;
  var s = document.getElementsByTagName('script')[0];
  s.parentNode.insertBefore(gcse, s);
</script>
      <gcse:search></gcse:search></div>
    <a href="/index.html"><img src="/Graphics/LOGOS AND BANNER/slogan and logo edited.png" width="244" height="242"></a>
    <div id="logo" onClick="document.location.href='http://www.mjsnc.org';" style="cursor:pointer;"><a href="http://www.mjsnc.org" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('slogan','','/Graphics/LOGOS AND BANNER/logo with white bg for other publications.png',1)"></a><a href="http://www.mjsnc.org" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('slogan','','/Graphics/LOGOS AND BANNER/logo with white bg for other publications.png',1)"></a><a href="http://www.mjsnc.org" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('slogan','','/Graphics/LOGOS AND BANNER/logo with white bg for other publications.png',1)"></a><a href="http://www.mjsnc.org" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('slogan','','/Graphics/LOGOS AND BANNER/logo with white bg for other publications.png',1)"></a><a href="http://www.mjsnc.org" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('slogan','','/Graphics/LOGOS AND BANNER/logo with white bg for other publications.png',1)"></a></div>
    <a href="http://www.mjsnc.org" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('slogan','','/Graphics/LOGOS AND BANNER/logo with white bg for other publications.png',1)"><a href="http://www.mjsnc.org" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('slogan','','/Graphics/LOGOS AND BANNER/logo with white bg for other publications.png',1)"><a href="http://www.mjsnc.org" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('slogan','','/Graphics/LOGOS AND BANNER/logo with white bg for other publications.png',1)"></a><a href="http://www.mjsnc.org" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('slogan','','/Graphics/LOGOS AND BANNER/logo with white bg for other publications.png',1)"><a href="http://www.mjsnc.org" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('slogan','','/Graphics/LOGOS AND BANNER/logo with white bg for other publications.png',1)"></a><a href="http://www.mjsnc.org" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('slogan','','/Graphics/LOGOS AND BANNER/logo with white bg for other publications.png',1)"></a><a href="http://www.mjsnc.org" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('slogan','','/Graphics/LOGOS AND BANNER/logo with white bg for other publications.png',1)"><a href="http://www.mjsnc.org" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('slogan','','/Graphics/LOGOS AND BANNER/logo with white bg for other publications.png',1)"></a><a href="http://www.mjsnc.org" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('slogan','','/Graphics/LOGOS AND BANNER/logo with white bg for other publications.png',1)"></a><a href="http://www.mjsnc.org" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('slogan','','/Graphics/LOGOS AND BANNER/logo with white bg for other publications.png',1)"></a></div>
    <div class="navbar" id="navbar">
      <img src="/Graphics/LOGOS AND BANNER/navbar_edited-3.jpg" alt="navigation menu" width="980" height="25" border="0" usemap="#Map">
      <map name="Map">
        <area shape="rect" coords="59,4,149,24" href="/NAVBAR/ABOUT US/AboutUs.html" target="_parent" alt="About Us">
        <area shape="rect" coords="157,3,255,23" href="/NAVBAR/CONTACT US/ContactUs.html" target="_parent">
        <area shape="rect" coords="263,4,423,22" href="/NAVBAR/BOARD OF DIRECTORS/BoardOfDirectors.html" target="_parent">
        <area shape="rect" coords="429,3,578,22" href="/NAVBAR/VISION AND MISSION/MissionVisionStatementsAdopted2012.pdf" target="_blank">
        <area shape="rect" coords="586,3,698,23" href="/NAVBAR/GET INVOLVED/GetInvolved.html" target="_parent">
        <area shape="rect" coords="704,5,815,24" href="/NAVBAR/DONATE NOW/DonateNow.html" target="_parent">
        <area shape="rect" coords="822,5,920,24" href="/NAVBAR/AFFILIATES/Affiliates.html" target="_parent">
      </map>
    </div>
    <ul id="MenuBar1" class="MenuBarHorizontal">
     <li><a class="MenuBarItemSubmenu" href="#">Adults</a>
       <ul>
         <li><a href="/SUBNAVMENU/ADULT REC/ADULT REC.html">Adult Rec</a></li>
         <li><a href="/SUBNAVMENU/ADULT TRAINING FACILITIES/AdultTrainingFacilities.html">Adult Training Facilities</a></li>
         <li><a href="/SUBNAVMENU/FAMILY LIVING/FAMILY LIVING.HTML">Life Sharing</a></li>
         <li><a href="/SUBNAVMENU/SUMMER REC/Summer Rec.html">Summer Rec</a></li>
         <li><a href="/SUBNAVMENU/AKTION CLUB/AktionClub.html">Aktion Club</a></li>
       </ul>
     </li>
     <li><a href="#" class="MenuBarItemSubmenu">Youth</a>
       <ul>
         <li><a href="/SUBNAVMENU/AFTER SCHOOL PROGRAM/AfterSchool.html">After School Program</a></li>
<li><a href="/SUBNAVMENU/CHALLENGER/Challenger.html">Challenger Division</a></li>
         <li><a href="/SUBNAVMENU/EARLY INTERVENTION/EarlyIntervention.html">Early Intervention</a></li>
         <li><a href="/SUBNAVMENU/SUMMER REC/Summer Rec.html">Summer Rec</a></li>
         <li><a href="/SUBNAVMENU/T-BALL/TBall.html">T-Ball</a></li>
         <li><a href="/SUBNAVMENU/TEEN CLUB/TeenClub.html">Teen Club</a></li>
         <li><a href="/SUBNAVMENU/TRAINING N TRANSITION/TrainingTransition.html">Training &amp; Transition</a></li>
       </ul>
     </li>
     <li><a class="MenuBarItemSubmenu" href="#">Events</a>
       <ul>
         <li><a href="/SUBNAVMENU/EVENTS/LipSync.html">Lip Sync</a>          </li>
         <li><a href="/SUBNAVMENU/EVENTS/Events.html">Events</a></li>
         <li><a href="/SUBNAVMENU/EVENTS/AnnualPicnic.html">Annual Picnic</a></li>
         <li><a href="/SUBNAVMENU/EVENTS/Wings and Wheels.html">Rally in the Park</a></li>
       </ul>
     </li>
     <li><a href="#" class="MenuBarItemSubmenu">Employees</a>
       <ul>
         <li><a href="/SUBNAVMENU/MEET OUR STAFF/MeetOurStaff.html">Meet Our Staff</a></li>
         <li><a href="/SUBNAVMENU/EMPLOYEE ACCESS/AgencyWithChoice.html">Agency With Choice</a></li>
         <li><a href="/SUBNAVMENU/EMPLOYEE ACCESS/RegisterPage.html">Employee Access</a></li>
         <li><a href="/SUBNAVMENU/RETIREES/mjsncretirees.html">Retirees</a></li>
       </ul>
     </li>
     <li><a href="#" class="MenuBarItemSubmenu">Other</a>
       <ul>
         <li><a href="/SUBNAVMENU/EDUCATION & THERAPY/EducationandTherapy.html">Education &amp; Therapy</a></li>
         <li><a href="/SUBNAVMENU/EQUIPMENT LOAN/EquipmentLoan.html">Equipment Loan</a></li>
         <li><a href="/NAVBAR/VOLUNTEER/Volunteer.html">Volunteer</a></li>
         <li><a href="/SUBNAVMENU/TESTIMONIALS/TESTIMONIALS.html">Testimonials</a></li>
         <li><a href="/SUBNAVMENU/OTHER/Calendar.html">Calendar</a></li>
       </ul>
     </li>
   </ul>
   <div class="subnavmenu" id="subnavmenu"> </div>
  </div>
  <div class="rightcontent" id="rightcontent"><!-- InstanceBeginEditable name="editrightcontent" -->
    <center>
      <p><a href="/SUBNAVMENU/EVENTS/Wings and Wheels.html">Rally in the Park 2014<img src="/SUBNAVMENU/EVENTS/TOURING FRIENDS LOGO.jpg" width="267" height="185"></a></p>
      <div class="VideoEmbed" id="VideoEmbed">
        <p> </p>
        <p><a href="www.youtube.com/embed/YGnvqGlbnMU"">
          <object width="420" height="315">
            <param name="movie" value="//www.youtube-nocookie.com/v/YGnvqGlbnMU?version=3&amp;hl=en_US&amp;rel=0"></param ><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param>
            <embed src="//www.youtube-nocookie.com/v/YGnvqGlbnMU?version=3&amp;hl=en_US&amp;rel=0" type="application/x-shockwave-flash" width="420" height="315" allowscriptaccess="always" allowfullscreen="true"></embed>
          </object>
        </a> </p>
        <p> </p>
       <marquee scrollamount="10"><font size=4>Senior Beach Trip 2014!!</font></marquee>
        <p> </p>
        <div class="SeniorBeach" id="SeniorBeach">
          <div class="beachtriptext" id="beachtriptext">
            <p>We  will be taking high school seniors from both Mifflin and Juniata Counties to  Ocean City, New Jersey. We will be leaving early morning on May 27th  and arriving home May 29th. While at the beach, we enjoy…um, the ocean. Yeah!  This year, we have 8 students plus 4-5 staff attending.  Both staff and seniors are looking forward to breaking away for a bit!</p>
          </div>
        </div>
      </div>    
    </center>
  <!-- InstanceEndEditable --></div>
  <div class="leftcontent" id="leftcontent"><!-- InstanceBeginEditable name="editleftcontent" -->
    <script type="text/javascript">
loadImage1 = new Image();
loadImage1.src = "http://www.lemurlab.com/images/play_blue.png";
staticImage1 = new Image();
staticImage1.src = "http://www.lemurlab.com/images/play_green.png";
</script>
<script type="text/javascript">
var newwindow;
function poptastic(url)
{newwindow=window.open(url,'name','height=579,width=849');
if (window.focus) {newwindow.focus()}}
</script>
</head>
<body>
  <div class="leftcontentindex" id="leftcontentindex">
    <div class="IndexPage" id="IndexPage">
      <h2>
      <marquee scrollamount="10">Whatever It Takes-Accept. Support. Empower.</marquee>
      </h2>
      <div class="IndexPageFont" id="IndexPageFont">
        <div class="signlanguagepicframe" id="signlanguagepicframe">
          <h3><strong>Interested in Sign Language Classes?</strong></h3>
          <h2><strong><img src="/Graphics/sign language.jpg" width="251" height="280" alt="Sign Language Classes Available"></strong></h2>
          <h2><strong><a href="Contact" _mce_href="mailto:[email protected]">Contact">mailto:[email protected]">Contact Us</a> and let us know!</strong></h2>
        </div>
        <p>Attending our sign language courses is a great way to brush up on your skills. Beginners sessions are also child-friendly!  </p>
        <hr>
        <p>Visit our Calendar Page</p>
        <p><a href="/SUBNAVMENU/OTHER/Calendar.html"><img src="/Graphics/CALENDAR.jpg" width="301" height="174" alt="Calendar of Events Page"></a></p>
        </div>
      </div>
  <!-- InstanceEndEditable --></div>
  <div class="footer" id="footer"><a href="/index.html">Home</a> | <a href="/NAVBAR/CONTACT US/ContactUs.html">Contact Us </a>| <a href="/NAVBAR/ABOUT US/AboutUs.html">About Us</a> | <a href="/FOOTER AND DISCLAIMER/Disclaimer.pdf">Disclaimer</a></div>
</div>
<script type="text/javascript">
<!--
var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"/Web Site Root Folder/SpryAssets/SpryMenuBarDownHover.gif", imgRight:"/Web Site Root Folder/SpryAssets/SpryMenuBarRightHover.gif"});
//-->
</script>
</body>
<!-- InstanceEnd --></html>

Your question was "... but the font on the footer is much larger than that of the template", yes?
I only can repeat, look at the difference of:
1. index.html (Font-size > medium) >
2. Calendar.html (Font-size > no entry):
> "... font on the footer is much larger than that of the template",
Hans-Günter
P.S.
See us again - maybe - at Monday > we will do a nice little trip to Austria.

Similar Messages

  • CS5 templates not updating unless "child" pages are open.

    When I edit the template, the only way I can get Dreamweaver to update the pages is to open all the pages connected to the template. Any help would be appreciated.

    MarilynWalker wrote:
    Murray - Can share your book title with us, please?
    Sure. It's Dreamweaver MX Templates by Brad Halstead and myself - ISBN 0-7357-1319-7.  I spend quite a bit of time explaining nested templates.  Sadly, nowhere do I say you should avoid them.  But you should.
    There is a master template that controls top level navigation and then five child templates that give different left-side navigation based on which section of the site the user is in. You can see this in action at www.homerenergy.com.
    You should see how easy this is to do with server-side includes and a single template file.  It's the best of both worlds.
    You can see this in action at www.homerenergy.com.
    Yep.  http://validator.w3.org/unicorn/check?ucn_uri=http://www.homerenergy.com/&ucn_task=conform ance - even if you would leave the nested templates in place, you would sure want to fix those.
    The section-specific navigation is very easy to manage either with template conditionals or with server-side includes.  You can see this site - http://www.ent-sys.com - where I have done the section navigation on interior pages with template conditionals.
    However, your site is small, and simple.  Nested templates can work OK in such circumstances.  But I have never seen a use of nested templates that couldn't be done more simply with some other approach.

  • Dreamweaver CS6 Templates not updating pages since i copied the website to a new computer

    Dreamweaver CS6 Templates not updating pages since i copied the website to a new computer
    First i install CS6 on the new computer
    copy the projects
    import the websites
    Now, when i change any template the pages do not update any more. New pages working correct. Also manuell updating works.
    Any Idea?
    Where are the info about the join template and the pages. Seems on the old computer - but where?
    Thx

    hm?
    now I made a new page from the template on the new machine - and find one difference:
    New Page:
    <!doctype html>
    <html lang="de"><!-- InstanceBegin template="Templates/mainvorlage.dwt" codeOutsideHTMLIsLocked="false" -->
    <head>....
    Old Page:
    <!doctype html>
    <html lang="de"><!-- InstanceBegin template="/Templates/mainvorlage.dwt" codeOutsideHTMLIsLocked="false" -->
    <head>...
    The slash / after template=" is not there on the new machine. If i remove the slash on the copied pages and restart dreamweaver then it works. A lot of work, but i can solve my problem this way.
    Maybe there is some checkbox for path handling...?

  • Template not updating child pages

    Hi,  here's a link to the conundrum:
    http://theexperience-exchange.co.uk/stop.html
    This page (as are a few others) is based on a template document (stored in a Templates folder in the site root).
    I added an editable region in the form of a new div with some text etc.  When I do a 'save' I get the update files dialogue box, but it doesn't update the child pages.
    I did look on the forum for an answer, althought there are similar examples of this issue, they don't seem to have had any dircet help.
    As ever, any ideas would be greatly appreciated. 
    I'm signing off for the night, catch up with you all in the morning.
    Thanks in anticipation
    RP

    Let's start with the obvious things.
    1. Are you sure you're editing the correct template.dwt file? 
    Your Stop.html page is referencing this one.   internal_pages.dwt
    2. After saving your template and updating the child pages, did you upload the child pages to your server?
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

  • HT204053 My devices, iPad and iPhone, are not updating automatically with pages.  Any suggestions. They use to about one week ago.

    My devices, iPad and iPhone, are not updating automatically with pages.  Any suggestions. They use to update beautifully about one week ago.  I took my MacBook Pro to the Apple store for software issues, and I been having updating issues.  Little help please.....

    Welcome to the Apple community.
    Check all your devices still have documents and data syncing turned on in settings > iCloud and that iCloud is enabled at settings > Pages. If this doesn't help, reset documents & Data from a computer at...
    iCloud.com

  • Firefox not updating google finance page

    When I go to my bookmarks, firefox is not updating google finance page, 1 week now, works OK in Chrome. Tried resetting, (lost my scapbook info, despite backing up) Done Malwarebytes search, Kaspersky search, even system restore.

    In Firefox this is Ctrl+F5 to bypass the cache.
    You can try these steps in case of issues with web pages:
    You can reload web page(s) and bypass the cache to refresh possibly outdated or corrupted files.
    *Hold down the Shift key and left-click the Reload button
    *Press "Ctrl + F5" or press "Ctrl + Shift + R" (Windows,Linux)
    *Press "Command + Shift + R" (Mac)
    Clear the cache and remove cookies only from websites that cause problems.
    "Clear the Cache":
    *Firefox/Tools > Options > Advanced > Network > Cached Web Content: "Clear Now"
    "Remove Cookies" from sites causing problems:
    *Firefox/Tools > Options > Privacy > "Use custom settings for history" > Cookies: "Show Cookies"
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem.
    *Switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance
    *Do NOT click the Reset button on the Safe Mode start window
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • Spool output not appearing on one page

    Hello Experts,
    When program runs in foreground, I am getting correct output i.e. ALV blocks are displayed on one page only.
    But when running same program in background, I got output in spool and when looked at spool output that time I realized that the ALV blocks are getting printed on new page.
    So instead of displaying 4 pages it is displaying 8 pages in spool.
    I ran the same report on quality in FOreground as well as background and output appears to be correct.
    But not sure why it is giving distorted (printed on new pages) in SPOOL output.
    Appreciate your help.
    Thank you.
    Saurabh

    HI Saurabh,
    Check the Layout which you are passing which scheduling the job. It seems to be a different layout as compared to other system & hence the issue.
    Thanks,
    Best regards,
    Prashant

  • Templates not updating other documents

    Help please.  my site that has three templates - 1 main and two nested are not updating the children pages.  what could possible cause this?

    PLEASE - don't use nested templates!  Why have you?  They are and will be trouble for you.
    Here are seven common mistakes that will result in changes not propagating from Template to child -
    1.  Rename the Templates folder
    2.  Move the Templates folder to some other folder level in the site other than root level
    3.  Move a template out of the Templates folder.
    4.  Make changes to an editable region of the Template (which will not propagate)
    5.  Assume that Template changes will be effected by just uploading the changed Template file to the server without also uploading the changed local files
    6.  Corrupt the site cache so that the link between Template and child page is broken
    7.  Improperly create your child pages by simply opening the Template, adding page specific content, and resaving the Template with an *.html extension rather that its *.dwt extension. (you can tell if this is the case by looking at the code on a child page - if you see anything like <!-- TemplateBeginEditable... then this is what you have done).  If you *have done this*, then recreate the child pages (in DWCS3) using FILE | New > Page from Template, select the Template and click CREATE.
    The 6th problem can be repaired by using SITE | Advanced > Recreate Site Cache, and the six others can be fixed by just not doing them.  Have you done any of those?
    Or, read this -
    http://www.adobe.com/go/dd83ba8b

  • Safari status bar disappears.  I have tried clicking on show status bar and it will only appear when I move the cursor to the top of the screen.  I can not minimize the open page only full screen or close the browser.  Any idea how the rectify this

    Safari status bar disappears. I have tried clicking on show status bar, under the View tab and it will only appear when I move the cursor to the top of the screen. I can not minimize the open page, only full screen or close the browser. Any idea how the rectify this issue?

    One enters and exits full-screen with control+command+F keys. This is on the View menu in Safari. Optionally, the green traffic light in your browser title bar, if you roll over it, has the full-screen control it it. While in full-screen mode with Safari, moving your mouse pointer virtually up, and off-screen reveals the Safari title bar again, and you can click the green traffic light to exit full-screen mode.
    You can hide/show the status bar by simply typing command+/. This too, is on the Safari View menu. and in 10.10.1 — it works reliably for me.

  • Originating document number not updated for one invoice line item

    Hi,
    We have a invoice document number in which the originating document number is not updated for one of the line items ,this is order related down payment invoice .May be this is due to system inconsistency so is there any SAP note to overcome this problem.
    Best Regards,
    Rohit

    Dear All,
             I found out the problem for not updated in F-04. "While create the receipt document in GL master Open item management maintained box was not checked". It can be found in BSIS table - OI Management'.
             Is there any other way to clear this document.
    Thanks...

  • I am trying to create a new Apple password but Apple does not recognize my one and only email so stuck on a merry-go-round. Any suggestions?

    I am trying to create a new Apple password but Apple doe not recognize my one and only email address, so I'm stuck on this merry-go-round. Any suggestions?

    inabird
    you haven't told us what "Park" the "merry-go-round" is in
    tell us what actions you take to get Apple not to recognize your email address...
    Are you formatting it correctly? - username @ someDomain .com <- NO Spaces (I did it so the system wouldn't make an email link out of it)
    Tell us what happens when you realize  that Apple is "not recognizing" your email. What message do you get, exactly? Take screenshot of the entire screen for context
    ÇÇÇ

  • Printing does not print the web page only the http info at top of page and dated and time at bottom of page, nothing in between. help! Thanks.

    Printing a web page works fine from the microsoft windows browser but fire fox browser will not print a web page only the heading at the top and the date and time at the bottom.

    Does that happen on all pages or only on some?
    You can try to reset the print prefs on the about:config page.<br />
    * http://kb.mozillazine.org/Problems_printing_web_pages
    You can open about: pages via the location bar like you open a website.

  • Template not updating child pages {subject edited by moderator}

    I used templates for the sprymenu bar throughout the site. Recently, when i updated my nurse template (change the "2012 Upgrade" to "Upgrade" on the horizontal bar (see the red highlighted line in the code) and saved my change, I could not see the prompt asking me to confirm the updating of those linked child pages. I guessed i must have messed up the linking between the template (Nurses_Contentpage.dwt) and child pages (Nurses-inpatient.html and more html files). Where should I look at to fix this? Thanks!
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Template: Nurses_Contentpage.dwt
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    <head>
    <meta http-equiv="content-type" content="text/html; charset=utf-8" />
    <link rel="stylesheet" type="text/css" href="file://///cmc-childtest/departments/LearnEpic/style.css" />
    <!-- TemplateBeginEditable name="doctitle" -->
    <title>Clinical Support</title>
    <!-- TemplateEndEditable -->
    <script src="file://///cmc-childtest/departments/LearnEpic/SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    <script type="text/javascript">
      var _gaq = _gaq || [];
      _gaq.push(['_setAccount', 'UA-25722711-1']);
      _gaq.push(['_trackPageview']);
      (function() {
        var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
    </script>
    <!-- TemplateBeginEditable name="head" -->
    <!-- TemplateEndEditable -->
    <link href="file://///cmc-childtest/departments/LearnEpic/SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
    </head>
    <body>
    <div id="wrap"><!-- TemplateBeginEditable name="EditRegion3" -->
      <div id="header">
        <h1>Clinical Support</h1>
        <h2> </h2>
      </div>
    <!-- TemplateEndEditable -->
      <div id="menu">
        <ul id="MenuBar1" class="MenuBarHorizontal">
        <li><a href="index.html" target="blank">Home</a>      </li>
        <li><a href="#" class="MenuBarItemSubmenu">Providers</a>
          <ul>
            <li><a href="Providers_Inpatient.html">Inpatient/ICU</a></li>
            <li><a href="Providers_Ambulatory.html">Ambulatory</a></li>
            <li><a href="Providers_ED.html">Emergency Dept</a></li>
            <li><a href="Providers_PeriopServices.html">Periop Services</a></li>
            <li><a href="Providers_MyChildrens.html">MyChildren's</a></li>
                            <li><a href="Providers_MedSstudents.html">Medical Students</a></li>
          </ul>
        </li>
        <li><a class="MenuBarItemSubmenu" href="#">Nurses</a>
    <ul>
    <li><a href="Nurses_Inpatient.html">Inpatient/ICU</a></li>
            <li><a href="Nurses_Ambulatory.html">Ambulatory</a></li>
            <li><a href="Nurses_ED.html">Emergency Dept</a></li>
            <li><a href="Nurses_PeriopServ.html">Periop Services</a></li>
            <li><a href="Nurses_MyChildrens.html">MyChildren's</a></li>
          </ul>
          </li>
            <li><a href="pharmacists.html">Pharmacists</a></li>
            <li><a href="Therapists.html">Therapists</a></li>
            <li><a href="Ancillaries.html">Ancillaries</a>        </li>
            <li><a href="#" class="MenuBarItemSubmenu">Clinical Support</a>
    <ul>
    <li><a href="ClinicalSupport_ASR_PAR_SPAR.html">ASR/PAR/SPAR</a></li>
    <li><a href="ClinicalSupport_Admitting_ED_FC.html">Admitting/ED/FC</a></li>         
    <li><a href="ClinicalSupport_MA_PCA_PCT.html">MA/PCA/PCT</a></li>
    <li><a href="ClinicalSupport_Radio_Lab_Techs.html">Radiology/Lab Tech</a></li>
    <li><a href="ClinicalSupport_HUcs.html">HUC</a></li>
    <li><a href="ClinicalSupport_HIM.html">HIM</a></li>
    <li><a href="ClinicalSupport_FinancialServ.html">Pt Financial Services</a></li>
    </ul>
            </li>
                   <li><a href="MultiAreaModules.html">Multi-Area Modules</a></li>
            <li><a href="trainers.html">Trainers</a></li>
           <li><a href="Upgrade.html">Upgrade</a></li>
      </ul>
        </li>
      </div>
    <div id="contentwrap"><!-- TemplateBeginEditable name="EditRegion4" -->
      <div id="content02">
        <h2>Clinical Support &gt; Area name</h2>
       <table id="hor-minimalist-b" summary="Epic Access Requirements">
          <thead>
            <tr>
              <th width="169" >Category</th>
              <th width="554">Topic
              </th>
            </tr>
    <!-- MORE CODE HERE OMITTED....-->
    </div>
    <div style="clear: both;"> </div>
    </div>
    <div id="footer">
    <p>&copy; Copyright 2014 <a href="http://cmc-childnet/ChildNet/Departments/LearningInstitute/index.asp" target="_blank">the Learning Institute, </a><a href="http://cmc-childnet/ChildNet/Departments/home/index.asp" target="_blank">Children's Medical Center Dallas, Texas </a></p>
    </div>
    </div>
    <script type="text/javascript">
    var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"../SpryAssets/SpryMenuBarDownHover.gif", imgRight:"../SpryAssets/SpryMenuBarRightHover.gif"});
    </script>
    </body>
    </html>
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    One of the Child Nurse Pages: Nursee_inpatient.html
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><!-- InstanceBegin template="/Templates/Nurses_contentpage.dwt" codeOutsideHTMLIsLocked="false" -->
    <head>
    <meta http-equiv="content-type" content="text/html; charset=utf-8" />
    <link rel="stylesheet" type="text/css" href="style.css" />
    <!-- InstanceBeginEditable name="doctitle" -->
    <title>NurseTraining - Inpatient/ICU</title>
    <!-- InstanceEndEditable -->
    <script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    <script type="text/javascript">
      var _gaq = _gaq || [];
      _gaq.push(['_setAccount', 'UA-25722711-1']);
      _gaq.push(['_trackPageview']);
      (function() {
        var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
    </script>
    <!-- InstanceBeginEditable name="head" -->
    <!-- InstanceEndEditable -->
    <link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
    </head>
    <body>
    <div id="wrap"><!-- InstanceBeginEditable name="EditRegion3" -->
      <div id="header">
        <h1><a href="#">Nurse Trainings</a></h1>
        <h2> </h2>
      </div>
    <!-- InstanceEndEditable -->
      <div id="menu">
        <ul id="MenuBar1" class="MenuBarHorizontal">
        <li><a href="index.html" target="blank">Home</a>      </li>
        <li><a href="#" class="MenuBarItemSubmenu">Providers</a>
          <ul>
            <li><a href="Providers_Inpatient.html">Inpatient/ICU</a></li>
            <li><a href="Providers_Ambulatory.html">Ambulatory</a></li>
            <li><a href="Providers_ED.html">Emergency Dept</a></li>
            <li><a href="Providers_PeriopServices.html">Periop Services</a></li>
            <li><a href="Providers_MyChildrens.html">MyChildren's</a></li>
                            <li><a href="Providers_MedSstudents.html">Medical Students</a></li>
          </ul>
        </li>
        <li><a class="MenuBarItemSubmenu" href="#">Nurses</a>
    <ul>
    <li><a href="Nurses_Inpatient.html">Inpatient/ICU</a></li>
            <li><a href="Nurses_Ambulatory.html">Ambulatory</a></li>
            <li><a href="Nurses_ED.html">Emergency Dept</a></li>
            <li><a href="Nurses_PeriopServ.html">Periop Services</a></li>
            <li><a href="Nurses_MyChildrens.html">MyChildren's</a></li>
          </ul>
          </li>
            <li><a href="pharmacists.html">Pharmacists</a></li>
            <li><a href="Therapists.html">Therapists</a></li>
            <li><a href="Ancillaries.html">Ancillaries</a>        </li>
            <li><a href="#" class="MenuBarItemSubmenu">Clinical Support</a>
    <ul>
    <li><a href="ClinicalSupport_ASR_PAR_SPAR.html">ASR/PAR/SPAR</a></li>
    <li><a href="ClinicalSupport_Admitting_ED_FC.html">Admitting/ED/FC</a></li>
    <li><a href="ClinicalSupport_MA_PCA_PCT.html">MA/PCA/PCT</a></li>
    <li><a href="ClinicalSupport_Radio_Lab_Techs.html">Radiology/Lab Tech</a></li>
    <li><a href="ClinicalSupport_HUcs.html">HUC</a></li>
    <li><a href="ClinicalSupport_HIM.html">HIM</a></li>
    <li><a href="ClinicalSupport_FinancialServ.html">Pt Financial Services</a></li>
    </ul> 
            </li>
                   <li><a href="MultiAreaModules.html">Multi-Area Modules</a></li>
            <li><a href="trainers.html">Trainers</a></li>
            <li><a href="2012Upgrade.html">2012 Upgrade</a></li>
      </ul>
        </li>
      </div>
    <div id="contentwrap"><!-- InstanceBeginEditable name="EditRegion4" -->
      <div id="content02">
        <h2>Nurses &gt; Inpatient/ICU</h2><br />
        <table id="hor-minimalist-b" summary="Epic Access Requirements">
          <thead>
            <tr>
              <th width="168" >Category</th>
              <th width="555">Topic
                </th>
            </tr>
            <tr >
    <!-- more code/content omitted -->
        <div style="clear: both;"> </div>
      </div>
    <!-- InstanceEndEditable -->
      <div id="sidebar02">
    <h3>   Nurses by Area</h3>
    <ul>
    <li><a href="Nurses_Inpatient.html">Inpatient/ICU</a></li>
    <li><a href="Nurses_Ambulatory.html">Ambulatory</a></li>
    <li><a href="Nurses_ED.html">Emergency Dept</a></li>
    <li><a href="Nurses_PeriopServ.html">Periop Services</a></li>
    <li><a href="http://cmc-childnet/ChildNet/Departments/LearnEpic/Nurses_MyChildrens.html">MyChildren's</a></li>
    </ul>
    </div>
    <div style="clear: both;"> </div>
    </div>
    <div id="footer">
    <p>&copy; Copyright 2014 <a href="http://cmc-childnet/ChildNet/Departments/LearningInstitute/index.asp" target="_blank">the Learning Institute, </a><a href="http://cmc-childnet/ChildNet/Departments/home/index.asp" target="_blank">Children's Medical Center Dallas, Texas </a></p>
    </div>
    </div>
    <script type="text/javascript">
    var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"../SpryAssets/SpryMenuBarDownHover.gif", imgRight:"../SpryAssets/SpryMenuBarRightHover.gif"});
    </script>
    </body>
    <!-- InstanceEnd --></html>

    I do have the exact hierarchy of this site on both the test and production sites.
    If that were the case then DW would not change the links to file:/// links. Are you sure they didn't start that way? Typically they get that way when you insert an element into the page that is *outside* the root folder for the site.
    For the nurse template, there are 6 child pages. I am using a total of 5-6 templates and each template has 3-6 child pages.
    I don't see any reason why you would need so many templates for this simple layout. I haven't encountered a site I couldn't do with a single template yet. However, that's not answering your question.
    Is this lack of propagation of changes true for ALL your templates in this site or only one? Also, do you see it happen on other sites?

  • Dreamweaver Template not updating pages error code 2?

    Hi All
    I wonder if someone can help me - I have a site that i made with Dreamweaver. I then got a new computer (windows 7) and updated my dreamweaver from cs4 to cs5. I have just tried to update my pages and it doesnt seems to be working.
    Not sure what information you need - but I have a root folder and within the root site there is a folder with Templates and the templates have the extension .dwt
    I have read some posts that say recreate the cache which i have tried - this hasnt worked
    I then read another post that says you can update the pages by Modify > templates > Update Pages..
    When i tried this I get the update dialog box, but when i try to update the pages i get the following error message:
    "error accessing file - (name of the dwt file), file not found, error code 2"
    Can i ask the what is the error code 2 - i mean is there any information about the error code which will help me to resolve my templates not being found? as i am bit stuck...
    Would appreciate any help on this and thank you in advance
    Regards
    Lorna

    I would like further help with the issue Guy McMickle identified.
    When I update links to my two template files I receive the above Error Code 2 message four times. There are 22 page files based on these templates.
    The <!-- InstanceBegin template... code does not exist in either of the template files. I does, however, show up in every one of the 21 files that were created from one of the two templates. In these files it shows up in uneditable header code.
    Why does the error code only show up four times? If the instanceBegin code is only generated when a file is created based on a template, how can it be avoided or corrected?

  • Dreamweaver template not updating Contribute pages

    Currently I'm trialing Dreamweaver (MX) and Contribute
    (3.11), to check
    that it's a workable solution for my company, in terms of
    editing and
    auditing, but right now I'm having a problem.
    I have some templates (.dwt files) that I create in
    Dreamweaver, for
    use with Contribute, i.e. I create the template, other people
    create
    the content for our site based on the those templates.
    The issue is that when I make a change to the template, I
    would expect
    the pages created in Contribute to be refreshed to use the
    new
    template, but that doesn't appear to be happening. The only
    way I can
    get the page to be updated is to edit the page in Contribute,
    go to the
    Format menu and choose 'Template Properties', then hit OK
    again to
    close this dialog. I then see the page refresh with the new
    template
    changes.
    Am I doing something wrong? I would expect, as I mentioned,
    to have all
    pages automatically updated when the template is saved, and
    published.
    Is there a setting I need to turn on, or a procedure of
    publishing the
    template that I need to adhere to?
    any advice would be appreciated.

    Thanks for the reply Mark. While I think I've found most of
    the things you mentioned since my first post, it is useful to get
    confirmation of my finding, which appears to be consistent with
    your post.
    Here's what I've found, and later, why I'm not really liking
    it:
    If I edit the .dwt file in Dreamweaver and try to save it, I'm
    prompted to only update those files I have locally that reference
    the template.
    I can only update those local files that are checked out,
    though the saving process will check them out automatically
    If I create a new page using Contribute, I must refresh the
    templates first
    My concerns are:
    if I can only update those files I have locally, then do I need
    to have the whole remote site stored locally too? My company site
    is huge (as it's translated into 6 languages) and has multiple
    contributors/editors. It sounds like I will have to download the
    entire site before I edit a template, and put it back again
    afterwards. Is that right?? it sounds rediculous, so I'm sure I've
    got it wrong.
    if I have the files locally, I must check them out before or
    while saving the template. However, I then have to check them back
    in manually. Again, with potentially 300 to 400 pages per template,
    that's a lot of manual checking-in. If the saving process can
    automatically check pages out, can it also automatically check them
    in again??
    Like you, Mark, I find it strange that Contribute requires a
    manual refreshing of templates. I've searched all the options I can
    find, but I don't see an auto-refresh templates setting, which
    would be sooo useful. As it stands I will have to instruct each
    editor/contributor to refresh before they create a new page, and
    pray that they do.
    any further advice from Contribute/Dreamweaver users would be
    greatly appreciated. How do users with very large website handle
    this? Are there any tricks or hints that you can pass on?

Maybe you are looking for

  • FCP- DVDSP sequence settings. frame size

    Question of sequence settings. when making a DVD, will the sequence setting, Frame size make a difference? We are just starting to edit a documentary, which uses alot of still photos and graphics. The rest of the video is shot on DV. I have tried lay

  • Info on tape channel when connected with remote instance

    Hello, I'm trying to debug a problem with Backup Exec to do recovery of an instance against a server different from the original one, using command line and so I'm doing some tests isolating some components to keep the problem general... Suppose I ha

  • Problem in using WSDL2Java tool in axis

    Hi all, When we make our Webservices in Apache Axis at Server,the first step is to generate the WSDL file by using Java2WSDL tool and passing the interface and ip address of server as argument.For example, org.apache.axis.wsdl.Java2WSDL -o AddService

  • Need help with editing AVCHD files in Final Cut Express 4

    The AVCHD files were recorded on a Canon HG10 before I bought a Mac Pro OS X 15.1. I transfered them to a file on my desktop, like the instructions tell me to do, but when I get to the part of "mount the media files in the log and transfer", I get st

  • Power On MacBook Pro from Apple Keyboard

    I use my MacBook Pro closed and connected to an Apple 23" Display placed on top of the MacBook Pro on a stand and with an Apple Slim Keyboard + Mouse. Is there a way to turn on the computer without having to move to display to open the MacBook Pro to