Change my dwt to dwt.php and update child pages

Hello,
I need to convert my dwt to php. My site is not that big at this time so I can manually change the links and extensions on the child pages if needed. How do I convert the template and assure it stays attached to the child pages? As a test, I used "save as" and saved the template as mytemplate. dwt.php. I edited a region of the template and saved. The content of the child pages didnt update at all. They dont seem to be attached.
Thanks so much,
Andrea

Hi Murray,
Method 3 worked like a charm and saved a lot of time. Can I ask you an off topic question?  I uploaded my site and things were good with current browsers I was shocked when I pulled up my website on an old pc with IE6.  I really wish I hadn’t looked!  Many images are very large, distorted, and misplaced.  One example occurs in a div with the following class:
.form_container{
                max-width: 400px;
                height: auto;
                background-color: #FFF;
                margin-left: auto;
                margin-right: auto;
                border-radius: 20px;
                padding-top: 10px;
                padding-bottom: 10px;
I checked the properties. The image only has one class  .form_container.  New browsers display the image it’s actual 125px size, but IE6 stretches it to 100% of the div size.  Looking at the css, I see did not specify any image properties.   I have this problem with images all over the site.  What is the most effective way to solve it? 
Thanks
Andrea

Similar Messages

  • After installing lion and updating to pages 4.1 cannot view my document content after I open the document.  Shows how many pages I have and how many words in word count, but no words...

    after installing lion and updating to pages 4.1 cannot view my document content after I open the document.  Shows how many pages I have and how many words in word count, but no words...

    Same problem. Tried reinstalling Pages. Didn't help. The behavior is like I am typing with a white font on a white background, but I am not.

  • Template do not update child pages

    I really do not understand why this happens to me all the time.
    I had this problem when I was using windows/pc with previous version of dreamweaver many years ago.
    I had the same one, now that I am using mac and dreamweaver cs4.
    In the past, I created a template, with one editable region. Based on this template, I created many pages.
    For some time, everything worked ok, every change in editable region of template forced all child pages to reflect to this change too.
    Now, this do not happen anymore(once again as I said).
    I cannot understand why this happens. 118 files examined, 0 files updated. Why? What am I doing wrong? Is this a bug in dreamweaver that lasts for years?
    I 've done nothing to detach the pages from template, ever. Why it stoped the updating of child file?
    Can anybody please help me?

    giugiugiugiugiugiugi wrote:
    I really do not understand why this happens to me all the time.
    I had this problem when I was using windows/pc with previous version of dreamweaver many years ago.
    I had the same one, now that I am using mac and dreamweaver cs4.
    In the past, I created a template, with one editable region. Based on this template, I created many pages.
    For some time, everything worked ok, every change in editable region of template forced all child pages to reflect to this change too.
    Now, this do not happen anymore(once again as I said).
    I cannot understand why this happens. 118 files examined, 0 files updated. Why? What am I doing wrong? Is this a bug in dreamweaver that lasts for years?
    I 've done nothing to detach the pages from template, ever. Why it stoped the updating of child file?
    Can anybody please help me?
    You say "every change in editable region of template forced all child pages".  This is NEVER how DW has operated.  It's only changes to NON-EDITABLE regions that are propagated to child pages.  I suspect that this misunderstand is what is causing you trouble, but if not, read this -
    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

  • Template "main.dwt" won't update template pages

    Hi there,
    I'm super new to dreamweaver and I'm having a problem at the minute with the template. I've got my pages, etc, but I need to apply my logo image in the header sector and also an anchor link at the bottom and top of the main content body. So, my biggest problem really is that when I click the line, which highlight's the header, and make it into a "New Editable Region" and name it, like, "banner_image" or whatever and put my banner in there, and then click "Save All"; nothing happens.
    I mean, it's worked before but I don't understand why it won't update my other pages into editable regions so I can add the banner to all pages. I would've tried to add it in manually, but stupid me, I realised that the headers weren't editable, still.
    And I can't even update anything on the template page, really. I was wondering if there was a solution to this maybe?
    I'm using CS4 at college, but I've been coming home at working at it on my laptop (both macs) with CS6.
    Please help, I spent around five hours this morning in class pulling out my hair because my div tags were all over the shop. Boo!
    Thanks,
    Andrew!

    Hi Nancy,
    Thanks for the quick respones! Honestly, I only used them because we were told to by our lecturer, which now I'm second guessing. Just for clarification, you would use Editable Regions on the child pages (i.e. not the template)? Here's the html
    <!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>Untitled Document</title>
    <!-- TemplateEndEditable -->
    <!-- TemplateBeginEditable name="head" -->
    <!-- TemplateEndEditable -->
    <link href="../oneColLiqCtrHdr.css" rel="stylesheet" type="text/css" />
    <style type="text/css">
    <!--
    a:hover {
    color: #C63;
    a:link {
    color: 0033ff;
    body {
    background-color: #FFF;
    body,td,th {
    color: #3366ff;
    -->
    </style>
    </head>
    <body bgcolor="#ccffff" text="#3366ff" class="oneColLiqCtrHdr">
    <div id="container">
    <div id="header">
    <h1><img src="../Images/Banner Image/bannerimage.png" width="754" height="100" alt="banner_logo_snow_mountain" /></h1>
    <!-- end #header --></div>
    <div id="nav">
    <div align="center">
    <table width="509" height="46" border="1">
    <tr bgcolor="#FFFFFF">
    <td width="551"><a href="../index.html">Homepage</a> | <!-- TemplateBeginEditable name="nav_bar" --><a href="../packages.html">Packages</a><!-- TemplateEndEditable --> | <a href="../ski_centers.html">Ski Centers</a> | <a href="../about_us.html">About Us</a> | <a href="../contact_us.html">Contact Us</a></td>
    </tr>
    </table>
    </div>
    </div>
    <!-- TemplateBeginEditable name="main_content" -->
    <div id="mainContent">
    <h1> Main Content </h1>
    <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Praesent aliquam, justo convallis luctus rutrum, erat nulla fermentum diam, at nonummy quam ante ac quam. Maecenas urna purus, fermentum id, molestie in, commodo porttitor, felis. Nam blandit quam ut lacus. Quisque ornare risus quis ligula. Phasellus tristique purus a augue condimentum adipiscing. Aenean sagittis. Etiam leo pede, rhoncus venenatis, tristique in, vulputate at, odio. Donec et ipsum et sapien vehicula nonummy. Suspendisse potenti. Fusce varius urna id quam. Sed neque mi, varius eget, tincidunt nec, suscipit id, libero. In eget purus. Vestibulum ut nisl. Donec eu mi sed turpis feugiat feugiat. Integer turpis arcu, pellentesque eget, cursus et, fermentum ut, sapien. Fusce metus mi, eleifend sollicitudin, molestie id, varius et, nibh. Donec nec libero.</p>
    <h2>H2 level heading </h2>
    <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Praesent aliquam, justo convallis luctus rutrum, erat nulla fermentum diam, at nonummy quam ante ac quam. Maecenas urna purus, fermentum id, molestie in, commodo porttitor, felis. Nam blandit quam ut lacus. Quisque ornare risus quis ligula. Phasellus tristique purus a augue condimentum adipiscing. Aenean sagittis. Etiam leo pede, rhoncus venenatis, tristique in, vulputate at, odio.</p>
    <!-- end #mainContent -->
    </div>
    <!-- TemplateEndEditable -->
    <div id="footer"><p></p><p></p>
    <p>Andrew Waddell &copy; 2014</p>
    <!-- end #footer --></div>
    <!-- end #container --></div>
    </body>
    </html>
    This is the html that is being used on my template, I tried to add the banner and save but that didn't do anything. I don't really know what I've done, do you see anything that might be stopping me from advancing?

  • 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?

  • Updating child pages from a template in CS4

    I built a site that uses one template.  Everything was going along fine I'd make a change to the template and I was able to update all the child pages.  I made changes to the template yesterday and nothing updates.  I try using the update the site... I choose the files that use  and the one template I have and none of the pages update.  I've tries re-saving the template file as a template and still nothing updates.
    It has never immediately done an automatic update to the pages.  It always seems to be a while before the update these pages pallette comes up.  And again sometimes it will update all the pages, but most of the time not.
    I've done a search of the discussions to see if I could find a solution, before I posted this.  The ones I found do not have a solution that works for me.
    So does anyone know what to do?
    On a related issue... I usually create a page save the page to the site folder and then apply the template.  I have tried to create the page from the template, but the graphic in the background of the container div doesn't show up.  I usually have to then apply the template to the newly created page to get that to show up.  So what's up with this?
    Thank you!
    Nina

    On a related issue... I usually create a page save the page to the site folder and then apply the template.  I have tried to create the page from the template, but the graphic in the background of the container div doesn't show up.  I usually have to then apply the template to the newly created page to get that to show up.  So what's up with this?
    Try saving the page to the site after creating it, even though the graphic doesn't show up.  It should appear when you save it.
    Just for drill, here is my "Seven Common Mistakes" post - do any of these cover your situation?
    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 thanits *.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 DW) 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

  • 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

  • CS4 DW Mac Templates FAIL to update child pages

    I duplicated a site, cleaned the cache. I moved the
    duplicated site to a new
    server. Uploaded all the files. I had one nested template
    which failed to
    update its child pages, so I detached it from the enclosing
    template.
    The child pages still have the link to the template
    <!-- InstanceBegin template="/Templates/whiteHome.dwt"
    codeOutsideHTMLIsLocked="false" -->
    But when I update the template, the child pages are not seen
    as connected
    and do not update. I'm at a loss here....
    Never seen this behavior in CS3.
    Jeff
    ~~~~~~~~~~~~
    Jefferis Peterson, Pres.
    Web Design and Marketing
    http://www.PetersonSales.com

    Lets see the code on the offending template, please.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "Jefferis NoSpamme" <[email protected]> wrote in
    message
    news:C5CB1116.8A921%[email protected]..
    >I duplicated a site, cleaned the cache. I moved the
    duplicated site to a
    >new
    > server. Uploaded all the files. I had one nested
    template which failed to
    > update its child pages, so I detached it from the
    enclosing template.
    >
    > The child pages still have the link to the template
    > <!-- InstanceBegin
    template="/Templates/whiteHome.dwt"
    > codeOutsideHTMLIsLocked="false" -->
    >
    > But when I update the template, the child pages are not
    seen as connected
    > and do not update. I'm at a loss here....
    > Never seen this behavior in CS3.
    >
    >
    > Jeff
    > ~~~~~~~~~~~~
    > Jefferis Peterson, Pres.
    > Web Design and Marketing
    >
    http://www.PetersonSales.com
    >
    >

  • Template changes in editable region do not propagate to child pages??

    I have a website that was created using Dreamweaver CS4. I have copied the directory onto a machine running CS6 and set it up as a new site in DW. I want to make a change in the editable region of a template that feeds all the pages. However, when I make the change it appears to go through the motion of propagating the change across all the pages, but in fact - when checking 'detail' of the process - all it seems to be doing is identifying the child pages but not updating them. No changes occur. Any ideas? I did not have this problem previously, as far as I remember.
    Code snippet follows. I'm trying to add the phone number shown in BOLD below.
    Thanks for any help!!
    John
    <body class="twoColFixLtHdr">
    <div id="container">
    <div id="header">
        <h1><!-- TemplateBeginEditable name="EditRegion6" --><img src="../Graphics/TCMG Banner_Small3.jpg" alt="" name="Banner_Small" width="1000" height="100" border="0" usemap="#Banner_SmallMap" id="Banner_Small" /><!-- TemplateEndEditable -->
          <map name="Banner_SmallMap" id="Banner_SmallMap">
            <area shape="rect" coords="0,-6,103,97" href="/index.html" alt="Home" />
          </map>
        </h1>
        <!-- end #header -->
      </div>
    <!-- TemplateBeginEditable name="EditRegion_SdBar" -->
    <div id="sidebar1">
    <h3 class="Sidebar_Phone">OFC: +1 (704) 944-XXXX</h3>
      <h3 class="Sidebar_Phone"><strong>CELL: +1 (305) 283-XXXX</strong></h3>
      <hr />
    <h3 class="Sidebar_Title">Sidebar1 Content</h3>
      <ul>
        <li class="MainContent_Text">The background color on this div will only show for the length of the content. If you'd like a dividing line instead, place a border on the left side of the #mainContent div if it will always contain more content. </li>
        <li class="MainContent_Text">Donec eu mi sed turpis feugiat feugiat. Integer turpis arcu, pellentesque  eget, cursus et, fermentum ut, sapien. Fusce metus mi, eleifend  sollicitudin, molestie id, varius et, nibh. Donec nec libero.</li>
      </ul>
      <!-- end #sidebar1 -->
    </div>
    <!-- TemplateEndEditable -->

    Correct Ken.
    The content in editable regions of a DW Template are editable on a page by page basis in all child pages. Any content in an editable region in a Template will not propagate to child pages.
    Anything in a non-editable region of a Template can only be edited in the DW Template and those changes will propagate to child pages when the Template is saved.

  • Templates not updating child pages

    I am running DM CS3, Version 9.0, Build 3481. When I have the
    HTTP address listed in the box on the Site Definition page (Local
    Info), any changes that I make to a template are not saved in the
    child pages when I save the template. I have the Links set relative
    to Document.
    If I remove the HTTP address from the box in the Site
    Definition page, the template changes will be saved in the child
    pages. If I click to Remote Server and then back to Local Info, the
    HTTP address is inserted back into the HTTP box. I have to remove
    it and hit OKAY and DONE in order to have the template update
    properly.
    I did not have to do this before. I have reloaded DM CS3, so
    maybe a switch is set somewhere to cause this issue. Does anyone
    know how to fix this permanently?
    Regards,
    Bill Schaepe

    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.

  • Trouble with updating child pages in dreamweaver cs4

    Hello,
    I have added some advertising links to my template page in Dreamweaver CS4 and it doesn't update my child pages for some reason.  I have saved the template and synchronized the sitewide as normal but it isn't updating them.  Any suggestions would be greatly appreciated.
    thx
    kim

    Yes it has worked in the past.
    Not if you made those changes to an editable region in the template it didn't.  Changes made to a template page ONLY propagate to child pages if they have been made to non-editable regions.  Changes to editable regions of a template page will ONLY appear in child pages created from the template after the changes have been made, and will not propagate to existing child pages.
    so does that mean if I add content to editable region I will have to manually put it on each page
    Yes it means exactly that.
    Can I change the editable region to a non editable region
    You can do that by removing the editable region from the template.  Of course when you do that, all unique content appearing in those regions on your child pages will also be removed.
    The moral to the story is to make sure that your template is designed properly (vis-a-vis editable regions) so that all of your needs are accommodated.

  • Template won't update child pages

    I have a website and my client wanted to add a sentence on all pages.  I updated the template, when it asked to "update all" It 'updated successfully'.  I haven't had a problem up to this point.  It is in a template object so I can't update each page individually.
    I had done a couple of things, added a sentence and changed the rollover color on the links. When I open the individual pages the rollover color updated but the sentence is not there. 
    When I click on the template in the Assets panel, it shows it correctly.
    I am using CS5. I have also tried the site>advanced>recreate site cache.  I have shut down everything and tried again, still doesn't work.

    The website is http://rcottonlawpc.com, in the template (which sows correctly in the assets panel) after the "areas of practice" it is supposed to say "click on your area of need".  I had typed that in just before I changed the hover over links to change color, so they would be aged at the same time. The hover links work, but the test doesn't show up on the individual pages in the code, just in the template.

  • I want change my broken iPhone 3GS for and update to iPhone 4S

    I want to change my iPhone 3GS for an iPhone 4S becouse my iPhone is broken and i have my warrants, and i want upgrade to iPhone 4S, how much it Will cost me do it?

    You will have to buy an iphone 4s at the full price unless you have upgrade pricing from your carrier.
    There are no trade ins.

  • Issue with templates and updating .html pages in my website

    Hello,
    I have taken over updating a website for the charity I work for. I have updated some eleements of the .dwt template page, however it does not seem to be updating the other .html pages for the website. I do not get the update pages box just a box saying 'You placed the editable region "breadcrumbs" inside a block tag. Users of this template will not be able to create new blocks in this region. Move the region outside the block tag if you want users to be able to do this" - I click OK and it saves the .dwt page, but does not update any other .html pages.

    I cannot answer your question(s), I have only hearsay experience, but I can offer some links on where to get information regarding Flash SEO...
    http://www.seobook.com/archives/001457.shtml
    http://www.flashseo.com/
    http://blog.searchenginewatch.com/090317-120653
    and the O'Reilly book: Search Engine Optimization for Flash by Todd Perkins, ISBN: 978-0-596-52252-0

  • How do I open a folder and update web page on different computer.

    Hi All,
    I started my iweb page on my powermac at work and have uploaded the pages online. I have saved the page to a folder and now want to work on the updates at home on my powerbook and can't seen to figure out how to open the folder. I've used QuickTime VR photos and the powermac at work is struggling and is sluggish so that's why I want to use my powerbook. In the file column I see "Publish to .Mac, All to.Mac, Folder but no open folder. Help
    Thanks
    Mark

    in order to update a web page on a different computer you're going to have to move the entire site over to the other computer. to do so you need to move the "domain" file that iweb uses.
    The “domain” file is hidden away in <home>/Library/Application Support/iWeb/domain.sites.
    unless you've already moved it to another location on your hard drive.
    there's more detailed info in this article:
    http://docs.info.apple.com/article.html?artnum=303045
    once you update/change the page you want to update and publish, you'll have to move that domain file back to the other computer if you want to use the 'first' computer again to edit your site. if you just want to continue using the 'second' computer then you don't need to move the file back (obviously)
    hope this helps.

Maybe you are looking for

  • Not going to sleep after Leopard?

    I never had any problem getting my computer to sleep with Tiger, but there seems to be a persistent problem since I installed Leopard. I think it's taking a long time to go to sleep when I close the lid. I've noticed that if I close the lid on, say,

  • Creating Line Graphs in Portal

    Is it possible to create line graphs in Portal, I can create the bar graphs but they dont suit my needs. If not in Portal, are there any Oracle products that can create line graphs on data in a database? Thanks

  • Assign Slider value to X-Axis of a barChart

    Hi, I have a Rangeslider. On PropertyChange it gives back 2 Values. Lets take for example 1 and 9. Now i have a BarChart and i want the values assign on my X-Axis which is a Category Axis. If we assume the RangeSlider gives back 1 and 9, I then have

  • Spry menu hover fundtions

    I am trying to create a horizontal drop down menu with some items that have submenus and some that don't. I have set the "ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus" to show the background colour #33C but when I point the mouse over t

  • Modbus Ethernet Slave seems to fail when the Master query information simultaneously for more than 16 Coils or Discrete Inputs.

    I'm developing an control application by using the Modbus TCP/IP for communicating with the host computer. I'm using the Modbus Library for LabVIEW  (http://sine.ni.com/apps/we/niepd_web_display.display_epd4?p_guid=F1582737BACF5CA8E0340003BA7CCD71&p_