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?

Similar Messages

  • 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

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

  • 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 not updating linked pages

    I've never had this happen before. Any changes i make -
    mainly to nav doesn't take in any of the linked pages. Even if I
    make a new page directly from the template, then make a change to
    the template it doesn't even update the newly created page.
    Using DW MX2004
    Anyone ever hear of this? A fix?

    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 can be uploaded 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
    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
    ==================
    "phrarod" <[email protected]> wrote in
    message
    news:gb75q5$mpv$[email protected]..
    > I've never had this happen before. Any changes i make -
    mainly to nav
    > doesn't
    > take in any of the linked pages. Even if I make a new
    page directly from
    > the
    > template, then make a change to the template it doesn't
    even update the
    > newly
    > created page.
    >
    > Using DW MX2004
    >
    > Anyone ever hear of this? A fix?
    >

  • Templates not updating their pages

    Hi all,
    I created a Dreamweaver template with the main layout of my site with a few editable regions. I also made a few pages from that template, telling Dreamweaver to "update [the] page when [the] template changes". I got some new pages with the non-editable parts grayed out and the editable parts in full color. So far, so good. But when I change something on the template and save it, all of the pages based off of that template do not update with my change. I also cannot manually edit in the change because the region I edited in the template is grayed out, naturally, in the pages based off of the template.
    How do I get the template's "child pages", so to speak, to update?
    Thanks,
    Dylan

    Ok, I figured it out. I had a duplicate copy of the template for some reason. One copy had children; the other didn't. I was editing the template with no children. When I deleted the childless template and began editing the correct one, I was presented with a wonderful little dialog box asking if I wanted to update the child pages.
    Thanks for all of your help,
    Dylan

  • Changed template not updating closed pages

    I running mx2004. changes to my template use to update my
    pages but now they have to be open for the change to take effect.
    It goes through the process of scanning and sometimes picks up 6 or
    7 pages but ingnores the rest (35 pages in all) Any ideas?
    cheers

    > have to be open for the change to take effect
    That has never been a requirement. If you are finding it to
    be so, then
    something is really wrong.
    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 can be uploaded 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)
    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
    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
    ==================
    "speng1234" <[email protected]> wrote in
    message
    news:fq34kk$473$[email protected]..
    >I running mx2004. changes to my template use to update my
    pages but now
    >they
    > have to be open for the change to take effect. It goes
    through the process
    > of
    > scanning and sometimes picks up 6 or 7 pages but
    ingnores the rest (35
    > pages in
    > all) Any ideas?
    >
    > cheers
    >

  • DW Template not updating live pages.

    When i change the naviagtion bar on my template page, DW updates all the local pages without problem.
    Now when i change and upload (just) the template file it does not change the pages on the remote site, it did used too though !
    From what I have read I should be re-uploading all the local pages to the remote site  after every change to the template.
    I haven't had to do it this way so far, so can anyone tell me what as changed.
    It all used to be so quick and easy i.e  change template nav. bar - upload the DWT file - all remote pages updated.
    But now having to upload every page after a small change to the template file is a real bore.
    Any help greatly appreciated.
    Tim

    Hi Nancy
    Nancy I dont want and argument either, just trying to get things working, I was simply try to explain, clearly, how things have been working.
    Hi John
    I have no idea what "server side includes" is or how it works !!!. I will do some searching and see what I cand find out.
    This is the website:  www.warleys.co.uk   
    the navigation bar, and the items down the left are part of the template. The header and the two regions are the editable areas.
    Here is the code you asked for.
    <!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" />
    <title>Warleys</title>
    <link href="../warleys/stylesheet.css" rel="stylesheet" type="text/css" />
    <link href="../warleys/menubar.css" rel="stylesheet" type="text/css" />
    <style type="text/css">
    <!--
    @import url("../stylesheet.css");
    a:link {
        text-decoration: none;
    a:visited {
        text-decoration: none;
    a:hover { 
        text-decoration: none; 
    a:active { 
        text-decoration: none; 
    .style3 { 
        color: #666666; 
    .style4 { 
        font-size: 12px; 
        font-weight: bold; 
    .style5 {color: #FFFFFF} 
    --> 
    </style> 
    <td><img src="file:///Macintosh HD/,,JOBS 2009/warleys/cornerimages/right_top.gif" border="0" alt="" width="11" height="11" /></td> 
    </head> 
    <script type="text/javascript"> 
      var _gaq = _gaq || [];
      _gaq.push(['_setAccount', 'UA-19821392-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>
    <body>
    <!-- TemplateBeginEditable name="header" -->
    <div id=@(id)&quot;>
      <div align="center"><img src="../warleys/header images/warleyslogoheader.png" width="329" height="125" /><img src="../warleys/header images/horse-header_02.png" width="466" height="125" /></div>
    </div>
    <!-- TemplateEndEditable -->
    <div id="efefefef">
      <div class="nav-container-outer"><img src="../warleys/menuimages/nav-bg-l.jpg" alt="" class="float-left" /> <img src="../warleys/menuimages/nav-bg-r.jpg" alt="" class="float-right" />
        <ul id="nav-container" class="nav-container">
          <li><a class="item-primary" href="#">Home</a>
          <ul style="width:150px;">
              <li><a href="../warleys/contactus.html">Contact Us</a></li>
              <li><a href="../warleys/openingtimes.html">Opening Times</a></li>
              <li><a href="../warleys/howtofindus.html">How to find Warleys</a></li>
              <li><span class="divider divider-horiz" ></span></li>
            </ul>
          <li><a class="item-primary" href="#">Horse</a>
            <ul style="width:150px;">
              <li><a href="../warleys/allen.html">Allen & Page</a></li>
              <li><a href="../warleys/spillers.html">Spillers</a></li>
              <li><a href="../warleys/baileys.html">Baileys</a></li>
              <li><a href="../warleys/dengie.html">Dengie</a></li>
              <li><a href="../warleys/northern.html">N/Crop - Top Spec - Pegasus</a></li>
              <li><a href="../warleys/dodson.html">Dodson & Horrell</a></li>
              <li><a href="../warleys/other.html">Other Brands....</a></li>
              <li><span class="divider divider-horiz" ></span></li>
              <li><a href="../warleys/shavings.html">Shavings/Straw/hay</a></li>
              <li><span class="divider divider-horiz" ></span></li>
              <li><span class="item-secondary-title" >Horse Treats & Licks</span></li>
              <li><a href="../warleys/horsetreats.html">Treats</a></li>
              <li><a href="../warleys/licks.html">Licks</a></li>
              <li><a href="../warleys/oils&vinegar.html">Oils & Vinegar</a></li>
            </ul>
          </li>
          <li><span class="divider divider-vert" ></span></li>
          <li><a class="item-primary" href="#">Dog</a>
            <ul style="width:150px;">
            <li><span class="item-secondary-title" >Dry Dog Foods</span></li>
              <li><a href="../warleys/bakers.html">Bakers</a></li>
              <li><a href="../warleys/supadog.html">Supadog</a></li>
              <li><a href="../warleys/drjohns.html">Dr. Johns & Vitalin</a></li>
              <li><a href="../warleys/chudleys.html">Chudleys & Skinners</a></li>
              <li><a href="../warleys/purinabeta.html">Purina / Beta</a></li>
              <li><a href="../warleys/sneyds.html">Sneyds & Gusto</a></li>
              <li><a href="../warleys/wagg.html">Wagg</a></li>
              <li><a href="../warleys/chappie.html">Chappie</a></li>
              <li><a href="../warleys/arkwrights.html">Arkwrights & Breederpacks</a></li>
              <li><a href="../warleys/redmills.html">Redmills & Omega</a></li>
              <li><span class="item-secondary-title" >Dog treats,toys & chews</span></li>
              <li><a href="../warleys/dogtreats.html">Treats & Chews</a></li>
              <li><span class="divider divider-horiz" ></span></li>
            </ul>
          </li>
          <li><span class="divider divider-vert" ></span></li>
          <li><a class="item-primary" href="#">Dog Access.</a>
            <ul style="width:150px;">
            <li><span class="item-secondary-title" >Leads, Chains and Collars</span></li>
              <li><a href="../warleys/dogleads.html">Collars</a></li>
              <li><a href="../warleys/checkchains.html">Check Chains</a></li>
              <li><a href="../warleys/leatherleads.html">Leather Leads</a></li>
              <li><a href="../warleys/plainleads.html">Plain Leads</a></li>
              <li><a href="../warleys/tartancollars.html">Tartan Collars</a></li>
              <li><a href="../warleys/roundcollars.html">Sewn Round Collars</a></li>
              <li><a href="../warleys/leatherstudcollars.html">Leather Stud Collars</a></li>
              <li><a href="../warleys/plainsewncollars.html">Plain Sewn Leather Collars</a></li>
              <li><a href="../warleys/plainylon.html">Nylon Leads - Plain</a></li>
              <li><a href="../warleys/nyloncollars.html">Nylon Collars</a></li>
              <li><a href="../warleys/adjustnyloncollars.html">Adjustable Nylon Collars</a></li>
            </ul>
          </li>
          <li><span class="divider divider-vert" ></span></li>
          <li><a class="item-primary" href="#">Cat</a>
            <ul style="width:150px;">
              <li><span class="item-secondary-title" >Dry Cat Food</span></li>
              <li><a href="../warleys/iamscat.html">Iams / Go Cat / Whiskas </a></li>
              <li><a href="../warleys/jwcat.html">James Wellbeloved</a></li>
              <li><a href="../warleys/catlitter.html">Catlitters</a></li>
              <li><a href="../warleys/supacat.html">Supacat</a></li>
             <li><span class="divider divider-horiz" ></span></li>
              <li><span class="item-secondary-title" >TIns & Pouches</span></li>
              <li><a href="../warleys/felixtins.html">Felix Tins & Pouches</a></li>
            </ul>
          </li>
          <li><span class="divider divider-vert" ></span></li>
          <li><a class="item-primary" href="#;">Beer &amp; Wines</a>
            <ul style="width:150px;">
              <li><span class="item-secondary-title" >Special Offers</span></li>
              <li><a href="../warleys/xmas.html">Offers</a></li>
              <li><span class="item-secondary-title" >White Wines</span></li>
              <li><span class="item-secondary-title" >Red Wines</span></li>
              <li><a href="#"> </a></li>
              <li><span class="item-secondary-title" >Spirits</span></li>
              <li><a href="#"> </a></li>
              <li><span class="item-secondary-title" >Beers</span></li>
              <li><span class="divider divider-horiz" ></span></li>
            </ul>
          </li>
          <li><span class="divider divider-vert" ></span></li>
          <li><a class="item-primary" href="#;">Garden Furniture</a>
            <ul style="width:150px;">
              <li><span class="item-secondary-title" >Wooden Furniture</span></li>
              <li><a href="../warleys/hammocks.html">Swinging Hammocks</a></li>
              <li><a href="../warleys/angleseats.html">Angle Seats</a></li>
              <li><a href="../warleys/benches.html">2 and 3 Seater Seats</a></li>
              <li><a href="../warleys/tables.html">Tables</a></li>
              <li><a href="../warleys/seats.html">Seating</a></li>
              <li><a href="../warleys/benchseats.html">Bench Seats</a></li>
              <li><a href="../warleys/seatarbours.html">Seat Arbours</a></li>
              <li><a href="../warleys/birdtables.html">Bird Tables</a></li>
              <li><a href="../warleys/barrels.html">Barrels</a></li>
              <li><span class="divider divider-horiz" ></span></li>
              <li><span class="item-secondary-title" >Metal Furniture</span></li>
              <li><span class="item-secondary-title" >Garden Novelties</span></li>
              <li><a href="../warleys/gardennovleties.html">Tin People</a></li>
              <li><a href="../warleys/potmen.html">Plant Pot People</a></li>
            </ul>
          <li><a class="item-primary" href="#;">Bird</a>
              <ul style="width:150px;">
              <li><span class="item-secondary-title" >Bird Seeds</span></li>
              <li><a href="../warleys/bestpetsbird.html">Bestpets Seeds</a></li>
              <li><a href="../warleys/bucktons.html">Bucktons Seeds</a></li>
              <li><span class="divider divider-horiz" ></span></li>
              <li><span class="item-secondary-title" >Bird Feeder and Tables</span></li>
              <li><a href="../warleys/birdtables.html">Bird Tables</a></li>
              <li><a href="../warleys/birdboxes.html">Bird Nesting Boxes</a></li>
              <li><a href="../warleys/birdfeeders.html">Bird Feeders</a></li>
             <li><a href="../warleys/fatballs.html">Fat Balls, Bird Treats</a></li>
            </ul>
          <li><a class="item-primary" href="#;">Small Pets</a>
              <ul style="width:150px;">
              <li><a href="../warleys/rabbit.html">Rabbit Ferret Food</a></li>
              <li><a href="../warleys/gpig&hamsters.html">Guinea pIg & Hamster Food</a></li>
              <li><a href="../warleys/chinchillas.html">Chinchilla & Rat Feeds</a></li>
             <li><span class="divider divider-horiz" ></span></li>
              <li><a href="../warleys/hutches.html">Hutches & Runs</a></li>
              </ul>
          <li><a class="item-primary" href="#;">Livestock...</a>
              <ul style="width:150px;">
              <li><a href="../warleys/chicken.html">Chicken Feeds</a></li>
              <li><a href="../warleys/sow.html">Sows / Sheep / Goats / Pigs</a></li>
             </ul>
          </li>
        <li class="clear"></li></ul>
      </div>
    </div>
    <div id="procuctcont">
      <div id="leftproduct">
        <p>
          <script src="http://www.clocklink.com/embed.js"></script>
        <script type="text/javascript" language="JavaScript">obj=new Object;obj.clockfile="0018-orange.swf";obj.TimeZone="UnitedKingdom_London";obj.width=125; obj.height=125;obj.wmode="transparent";showClock(obj);</script>   
        <table width="125" border="0" cellspacing="0" cellpadding="0">
          <tr>
            <td><h4 align="left" class="style3"><span class="style4">Opening Times</span><br />
              <br />
              <span class="style5">...</span>Monday - Friday<br />
              <span class="style5">...</span>8.30am - 5.45pm<br />
                <br />
              <span class="style5">...</span>Saturday<br />
              <span class="style5">...</span>8.30am - 5.45pm<br />
              <br />
              <span class="style5">...</span>Sunday<br />
              <span class="style5">...</span>10am - 4.47pm</h4>
            <h4 class="style3"><a href="http://www.netweather.tv/" target="_blank"><img src="http://www.netweather.tv/4web2/netweather4webi.pl?lat=54;lon=-0.25;title=Warleys;template= 7" alt="Netweather" width="125" border="0" /></a></h4></td>
          </tr>
          <tr>
            <td><p><a href="../warleys/exoticmeats.html"><img src="../warleys/images/exotic-meats.jpg" width="125" height="101" border="0" /></a><br />
              <a href="../warleys/reduced.html"><img src="../warleys/images/reducedbox_01.png" width="125" height="99" border="0" /></a><br />       
                <br />
              </p>
            </td>
          </tr>
        </table>
        <br />
      </div>
      <!-- TemplateBeginEditable name="EditRegion1" -->
      <div id="middleproduct">
        <table class="product" cellpadding="0" cellspacing="0" border="0">
          <tr>
            <td><table cellpadding="0" cellspacing="0" border="0" style="width:229px;">
                <tr>
                  <td><table cellpadding="0" cellspacing="0" border="0" class="pic table_pic_width">
                      <tr>
                        <td><img src="../warleys/cornerimages/left_top.gif" border="0" alt="" width="11" height="11" /></td>
                        <td class="side_top"> </td>
                        <td><img src="../warleys/cornerimages/right_top.gif" border="0" alt="" width="11" height="11" /></td>
                      </tr>
                      <tr>
                        <td class="side_left"><img src="file:///Macintosh HD/,,JOBS 2009/warleys/images/spacer.gif" border="0" alt="" width="1" height="1" /></td>
                        <td class="image"><img src="../warleys/productimages/flowerpot-man-planter.jpg" width="318" height="318" alt="Bird Food Picture" /></td>
                        <td class="side_right"><img src="file:///Macintosh HD/,,JOBS 2009/warleys/images/spacer.gif" border="0" alt="" width="1" height="1" /></td>
                      </tr>
                      <tr>
                        <td><img src="../warleys/cornerimages/left_bot.gif" border="0" alt="" width="11" height="9" /></td>
                        <td class="side_bot"><img src="file:///Macintosh HD/,,JOBS 2009/warleys/images/spacer.gif" border="0" alt="" width="1" height="1" /></td>
                        <td><img src="../warleys/cornerimages/right_top.gif" border="0" alt="" width="11" height="11" /></td>
                      </tr>
                  </table></td>
                </tr>
            </table></td>
            <td width="100%"><img src="file:///Macintosh HD/,,JOBS 2009/warleys/images/spacer.gif" border="0" alt="" width="1" height="5" /><br />
                <table cellpadding="0" cellspacing="0" border="0">
                  <tr>
                    <td style="height:15px;" class="vam"><img src="file:///Macintosh HD/,,JOBS 2009/warleys/images/spacer.gif" border="0" alt="" width="1" height="6" /><br />
                        <span><a href="#">Product Titles</a></span><br />
                        <img src="file:///Macintosh HD/,,JOBS 2009/warleys/images/spacer.gif" border="0" alt="" width="1" height="5" /><br />
                      Product Description</td>
                  </tr>
                  <tr>
                    <td><img src="file:///Macintosh HD/,,JOBS 2009/warleys/images/spacer.gif" border="0" alt="" width="1" height="20" /><br />
                        <table style="width:auto;" cellpadding="0" cellspacing="0" border="0">
                          <tr>
                            <td><table cellpadding="0" cellspacing="0" border="0" class="bg_price">
                                <tr>
                                  <td><img src="file:///Macintosh HD/,,JOBS 2009/warleys/cornerimages/pic_corn_tl_2.gif" border="0" alt="" width="8" height="8" /></td>
                                  <td class="pic_corn_t"><img src="file:///Macintosh HD/,,JOBS 2009/warleys/images/spacer.gif" border="0" alt="" width="1" height="1" /></td>
                                  <td><img src="file:///Macintosh HD/,,JOBS 2009/warleys/cornerimages/pic_corn_tr_2.gif" border="0" alt="" width="8" height="8" /></td>
                                </tr>
                                <tr>
                                  <td class="pic_corn_l"><img src="file:///Macintosh HD/,,JOBS 2009/warleys/images/spacer.gif" border="0" alt="" width="1" height="1" /></td>
                                  <td class="image"><span class="productSpecialPrice">&pound;88.88</span></td>
                                  <td class="pic_corn_r"><img src="file:///Macintosh HD/,,JOBS 2009/warleys/images/spacer.gif" border="0" alt="" width="1" height="1" /></td>
                                </tr>
                                <tr>
                                  <td><img src="file:///Macintosh HD/,,JOBS 2009/warleys/cornerimages/pic_corn_bl_2.gif" border="0" alt="" width="8" height="8" /></td>
                                  <td class="pic_corn_b"><img src="file:///Macintosh HD/,,JOBS 2009/warleys/images/spacer.gif" border="0" alt="" width="1" height="1" /></td>
                                  <td><img src="file:///Macintosh HD/,,JOBS 2009/warleys/cornerimages/pic_corn_br_2.gif" border="0" alt="" width="8" height="8" /></td>
                                </tr>
                            </table></td>
                            <td><img src="file:///Macintosh HD/,,JOBS 2009/warleys/images/spacer.gif" border="0" alt="" width="10" height="1" /></td>
                            <td><form method="post" action="https://www.paypal.com/cgi-bin/webscr" target="paypal">
                                <input type="hidden" name="cmd4" value="_cart" />
                                <input type="hidden" name="business4" value="[email protected]" />
                                <input type="hidden" name="item_name4" value="20 Kg Burgess Horse Nuts" />
                                <input type="hidden" name="item_number4" value="" />
                                <input type="hidden" name="amount4" value="88.88" />
                                <input type="hidden" name="currency_code4" value="GBP" />
                                <input type="hidden" name="shipping4" value="" />
                                <input type="hidden" name="shipping4" value="" />
                                <input type="hidden" name="handling_cart4" value="" />
                                <input type="hidden" name="bn4"  value="ButtonFactory.PayPal.001" />
                                <input type="image" name="add4" src="../warleys/buttons/button_add_to_cart1.gif" />
                              </form>
                                <br /></td>
                          </tr>
                      </table></td>
                  </tr>
              </table></td>
          </tr>
        </table>
      </div>
      <!-- TemplateEndEditable --><!-- TemplateBeginEditable name="EditRegion2" -->
      <div id="rightproduct"></div>
      <!-- TemplateEndEditable --></div>
    </body>
    </html>

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

  • Unwanted words appearing on home page [subject edited by moderator]

    there are "Ozan Turkkan" on the home page in Dreamweaver. What means? is some bugs in my Dreamweaver?

    i saw my professor this m wrote:
    there are "Ozan Turkkan" on the home page in Dreamweaver. What means? is some bugs in my Dreamweaver?
    What home page?  It is in the splash screen as far as I can see and it is not a bug.  Is this what you are referring to?
    If this not what you are asking about then please post a screenshot here for people here to have a look at it.
    Good luck.

  • Bayside Beat tutorial not saving properly? [subject edited by moderator]

    I'm only on the first step of the trial, and have saved 'Bayside Beat' to the Sites folder, but it's empty - there are no images, nor anything in the js folder - what's happened??

    The tutorial says -
    Copy the bayside_beat folder into the Sites folder.The bayside_beat folder is the folder you will use as the root folder (main folder) for your Dreamweaver site. The content folder contains two rich text format (.rtf) files with text content for the web pages you'll build in this tutorial. The bayside_beat_comp.jpg image shows the design for the main page of the website (see Figure 2).
    Did you add this bayside_beat folder as the root folder of the site in your site definition?

  • Draft view not working in CS6 [subject edited by moderator]

    Hello, I am using DW CS6.  Was working great until just a few weeks ago.  The draft view option no longer works.  Instead of showing me a draft of my code, all it show are those strange buttons.  I can no longer us it.  What should I do?
    In Dreamweaver CS6 funktioniert die Entwurf Ansicht nicht mehr.  Es erscheint keine graphische Darstellung des Codes mehr.  Ich can in der Entwurfe absolut nichts bearbeiten.  Hat jemand das gleiche Problem und nen Lösungsvorschlag?  Danke

    Hello,
    thank you so much.  Awsome.
    Jon Fritz II, that fixed my Problem.
    Puuh, I am relieved.  I use the coding, but since I am a beginner,
    the draft Option does Support.

  • 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 with CSS style sheet attached, not updating in pages

    It shows when I look at it in a browser but its not updating in page view. Also not updating image links of style sheets.
    I am a developer for a long time. I know dreamweaver and how to do this. Its a bug I think. But need need to know what I can do to get this fixed.

    webgirlfl wrote:
    It shows when I look at it in a browser but its not updating in page view.
    Do you mean it's not showing in Design View?
    This could be caused by  errors in your code. DW's Design View is very unforgiving of even small errors that the browsers handle with ease.
    Check your template page against these validators and clean out any errors...
    HTML: http://validator.w3.org/
    CSS: http://jigsaw.w3.org/css-validator/
    Is the css that the template is attached to embedded within the template's <head>, an external .css file or inline css?
    Is any of the non-updating css in editable regions?

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

Maybe you are looking for

  • 1st Generation Ipod Shuffle Issues

    My Ipod Shuffle 1st Gen. (The White GumStick) Is not being recognized by itunes or even my computer. When i plug it into my usb ports on my MacBook Pro. Nothing happens Ive tried both Usb ports... The battery power is low, but it still should recogni

  • In Japanese locale setVisible(true) consumes large memory

    In JAPANESE locale - Swap space/memory usage grows enormously when setVisible(true) method is called. Problem : We are developing / converting a product in JAVA built with AWT components in JAPANESE locale. While testing our product, we observed that

  • When i try to instal mountain lion it cant continue due to no recovery

    it just installing because of some disk "no recovery" what should i do

  • How to get FMS server time and date

    hi, i m working on a customer support chat application. There is neccssary for me to get the FMS server time and date, bcoz depending on the server time and date the client instances recive different messages. i looked at date() function on FMS serve

  • Replace the database?....with what?

    Hi, I'm looking for some advice with a program I've designed. At the moment it worx with a database - MS Access, but whenever someone wants to use the application they need to load the driver for the database. What would be the best way to totally ge