Editable region - all pages change?

Hi,
I've made a template for some pages, but the customer has to change the image (in the header).
I've made an editable region, but when I edit an image of a page (not the template), all images of pages which are made with that template are changing.
http://extraleisure.businesscatalyst.com/recreatieve_evenementen
Thnx for your reply!
Regards Carla

Hi Liam,
Thanks for your reply, but its still not working.
In the header off the template I’ve putten: 
Onderwerp:  Re: Editable region - all pages change? Editable region - all pages
change?

Similar Messages

  • Open a QT movie in editable region of page (template)

    I am using templates for my site.  I'd like a movie link to open in a dependent page in the editable region of the page if possible.  Can't seem to make it happen.  The movie always opens in its own blank page.

    Did you embed a QT Player on the page? 
    http://www.mediacollege.com/video/format/quicktime/streaming/
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

  • Modifying a template resulted in all child pages with repeating editable regions - Help !

    Good morning,
    I have recently been appointed to update a website designed in Dreamweaver by an employee who is no longer here. I have read books on the software and practiced an insane amount which permitted me to update child pages, links, documents etc... however:
    I was asked to add a new button to an "non-editable" region of a template. Trying to do so resulted in a massive mess (with massive anxiety).
    Even thou the new template had all the same text and editable regions, all my pages look completely different from the template itself. The editable regions appears 2-3 times in different locations ex: Header is showed on the bottom, top etc... and the Editable region titles (EditableRegion1 etc...) repeat themselves as well.
    I really need help and not sure what to do, I have tried everything and I am only making it worse and worse. All I want/need is for all my html pages created with this template, match the template.
    Please note that this site is local, not online.
    Since I noticed on other threads that the code is needed; here it is:
    <!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>QMS: AFM</title>
    <style type="text/css">
    <!--
    body  {
    font: 100% Verdana, Arial, Helvetica, sans-serif;
    background: #666666;
    margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
    padding: 0;
    text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
    color: #000000;
    background-color: #D7D7D7;
    background-repeat: repeat-x;
    border-top-color: #066;
    border-right-color: #066;
    border-bottom-color: #066;
    border-left-color: #066;
    /* Tips for Elastic layouts
    1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
    2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
    3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
    .twoColElsLtHdr #container {
    width: 46em;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
    background: #FFFFFF;
    margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
    border: 30px none #C4C4C4;
    text-align: left; /* this overrides the text-align: center on the body element. */
    padding-left: 10px;
    background-color: #FFF;
    border-top-color: #C4C4C4;
    border-right-color: #C4C4C4;
    border-bottom-color: #C4C4C4;
    border-bottom-style: outset;
    border-left-style: outset;
    border-top-width: thick;
    border-right-style: outset;
    border-top-style: outset;
    border-left-color: #C4C4C4;
    border-right-width: thick;
    border-bottom-width: thick;
    border-left-width: thick;
    .twoColElsLtHdr #header {
    padding: 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
    background-color: #FFF;
    .twoColElsLtHdr #header h1 {
    margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
    padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
    /* Tips for sidebar1:
    1. Be aware that if you set a font-size value on this div, the overall width of the div will be adjusted accordingly.
    2. Since we are working in ems, it's best not to use padding on the sidebar itself. It will be added to the width for standards compliant browsers creating an unknown actual width.
    3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColElsLtHdr #sidebar1 p" rule.
    .twoColElsLtHdr #sidebar1 {
    float: left;
    width: 12em; /* the background color will be displayed for the length of the content in the column, but no further */
    padding: 15px 0; /* top and bottom padding create visual space within this div */
    background-color: #066;
    background-repeat: repeat-x;
    border-top-width: thin;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-right-width: thin;
    border-bottom-width: thin;
    border-left-width: thin;
    color: #FFF;
    padding-left: 0px;
    clear: left;
    .twoColElsLtHdr #sidebar1 h3, .twoColElsLtHdr #sidebar1 p {
    margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
    margin-right: 10px;
    background-color: #066;
    text-decoration: inherit;
    /* Tips for mainContent:
    1. If you give this #mainContent div a font-size value different than the #sidebar1 div, the margins of the #mainContent div will be based on its font-size and the width of the #sidebar1 div will be based on its font-size. You may wish to adjust the values of these divs.
    2. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
    3. To avoid float drop, you may need to test to determine the approximate maximum image/element size since this layout is based on the user's font sizing combined with the values you set. However, if the user has their browser font size set lower than normal, less space will be available in the #mainContent div than you may see on testing.
    4. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs that may occur.
    .twoColElsLtHdr #mainContent {
    margin: 0 1.5em 0 13em; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
    color:#069;
    background-color:#FFF;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    .twoColElsLtHdr #mainContent a:link {
    text-decoration: none;
    color: #069;
    .twoColElsLtHdr #mainContent a:visited {
    text-decoration: none;
    color: #069;
    .twoColElsLtHdr #mainContent a:hover {
    text-decoration: underline;
    color: #069;
    background-color:#FFF
    .twoColElsLtHdr #mainContent a:active {
    text-decoration: none;
    color: #069;
    .twoColElsLtHdr #footer {
    padding: 0 10px;
    line-height: 0pt;
    color: #069;
    background-color: #FFF;
    font-size: 10px;
    .twoColElsLtHdr #footer p {
    margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
    padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
    background-color: #FFF;
    /* Miscellaneous classes for reuse */
    .fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
    float: right;
    margin-left: 8px;
    .fltlft { /* this class can be used to float an element left in your page */
    float: left;
    margin-right: 8px;
    .clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
    clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    h1 {
    color: #069;
    font-size: 16px;
    border-top-color: #069;
    border-top-width: thin;
    border-right-width: thin;
    padding-right: 0px;
    padding-left: 0px;
    body,td,th {
    font-family: verdana;
    text-decoration: none;
    color: #069;
    border-top-color: #069;
    border-right-color: #069;
    border-bottom-color: #069;
    border-left-color: #069;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-width: thin;
    border-right-width: thin;
    border-bottom-width: thin;
    border-left-width: thin;
    a:link {
    text-decoration: none;
    color: #FFF;
    a:visited {
    text-decoration: none;
    color: #FFF;
    a:hover {
    text-decoration: underline;
    color: #FFF;
    background-color: #;
    background-repeat: repeat-x;
    background-position: center;
    border-top-color: #069;
    border-right-color: #069;
    border-bottom-color: #069;
    border-left-color: #069;
    a:active {
    text-decoration: none;
    color: #FFF;
    border-color: #FFF;
    padding-left: 20px;
    -->
    </style><!--[if IE]>
    <style type="text/css">
    /* place css fixes for all versions of IE in this conditional comment */
    .twoColElsLtHdr #sidebar1 { padding-top: 30px; }
    .twoColElsLtHdr #mainContent { zoom: 1; padding-top: 15px; }
    /* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
    </style>
    <![endif]-->
    <link href="file:///U|/AFM/Dreamweaver/Left sidebar.css" rel="stylesheet" type="text/css" />
    </head>
    <body link="#006699" class="twoColElsLtHdr">
    <div id="container">
    <div id="header">
        <h1><img src="file:///P|/RPS/AFMS/Quality Management System/QMS Site/HTML/Graphics/menubar/pwgsc-e.gif" width="364" height="33" align="left" alt="wordmark" /><img src="file:///P|/RPS/AFMS/Quality Management System/QMS Site/HTML/Graphics/menubar/wordmark_canada.gif" width="83" height="21" align="right" alt="wordmark2" /></h1>
        <p> </p>
        <p><img src="file:///P|/RPS/AFMS/Quality Management System/QMS Site/HTML/Graphics/menubar/AFM QMS banner.jpg" width="709" height="80" alt="banner" border="0"/><a href="mailto:[email protected]"><img src="file:///P|/RPS/AFMS/Quality Management System/QMS Site/HTML/Graphics/menubar/Contactus-e.JPG" width="110" height="21" alt="contactus-e" border="0" /></a><img src="file:///P|/RPS/AFMS/Quality Management System/QMS Site/HTML/Graphics/menubar/French-e.JPG" width="115" height="21" alt="french-e" border="0" /> <a href="file:///P|/RPS/AFMS/Quality Management System/QMS Site/HTML/Continual Improvement/QMSTeamMembers-e.html"><img src="file:///P|/RPS/AFMS/Quality Management System/QMS Site/HTML/Graphics/menubar/Help-e.JPG" width="115" height="21" alt="help-e" border="0" /> <img src="file:///P|/RPS/AFMS/Quality Management System/QMS Site/HTML/Graphics/menubar/Search-e.JPG" width="115" height="21" alt="search-e" border="0" /></a><a href="http://source.tpsgc-pwgsc.gc.ca"><img src="file:///P|/RPS/AFMS/Quality Management System/QMS Site/HTML/Graphics/menubar/thesource.jpg" width="120" height="21" alt="TheSource" border="0" /> <img src="file:///P|/RPS/AFMS/Quality Management System/QMS Site/HTML/Graphics/menubar/Home-e.jpg" width="104" height="21" alt="home-e" border="0" /></a></p>
        <p> </p>
      </div>
    <div class="twoColElsLtHdr" id="sidebar1">
        <p><a href="../QMS HOME/QMSHome-e.html"><strong>QMS Home</strong></a></p>
        <hr />
        <p><a href="../ABOUTAFM/AboutAFM-e.html"><strong>About AFM</strong></a></p>
    <hr />
    <p><a href="../AdminProcedures/AdminProcedure-e.html"><strong>Administrative Procedures</strong></a></p>
    <hr />
    <p><a href="../BusinessUnits/BusinessUnits-e.html"><strong>Business Units</strong></a></p>
    <hr />
    <p><a href="../POINTSOFINTEREST/pointsofinterest-e.html"><strong>Points Of Interest</strong></a></p>
    <hr />
    <p><a href="../Achievements/Achievements-e.html"><strong>Achievements</strong></a></p>
    <hr />
    <p><strong><a href="../MeasuringPerformance/measuringperformance-e.html">Measuring Performance</a></strong></p>
    <hr />
    <p><a href="../References/references-e.html"><strong>References</strong></a></p>
    <hr />
    <p><a href="file:///P|/RPS/AFMS/Quality Management System/QMS Site/HTML/ContinualImprovement-e.html"><strong>Continual Improvement</strong> </a></p>
    </div>
    <div id="mainContent">
        <h2>Header</h2>
        <p>Paragraph</p>
        <h1>Sub Header </h1>
        <p> </p>
        <h1> </h1>
        <h2> </h2>
        <h1> </h1>
        <p> </p>
        <h2> </h2>
        <!-- end #mainContent -->
      </div>
      <!-- This clearing element should immediately follow the #mainContent div in order to force the #container div to contain all child floats -->
           <br class="clearfloat" />
      </p>
      <div id="footer">
        <hr width="100%" size="8" noshade="noshade" color="#006666" id="color=&quot;069&quot;" colour="#069"/>
        <p><strong>Maintainted by: ASQM </strong></p>
        <p><strong>Date Modified: 2013-03-25</strong></p>
        <!-- end #footer -->
      </div>
      <script type="text/javascript">
    <!--
    //-->
    </script>
      </h3>
        <!-- end #container -->
    </h3>
    </div>
    <script type="text/javascript">
    <!--
    //-->
    </script>
    </body>
    </html>

    I am not suprised, the previous employee tried to recreate the English version of the site in another folder structure and did not change all links and was still using a template in the wrong location.
    I think I created the mess by trying to modify the existing template's non-editable region in order to add a new button. When trying to update all the pages, the fiasco started.
    Do you think the best option would be to create a new template in the correct folder structure and apply it? Would it fix the current pages or will I have to fix them all manualy on by one?
    I understand it is difficult to deal with a newbie of my magnitude and thanks again.

  • Changing all page

    hi my website to all pages changing.
    how specific part of the page is changed on all pages
    help me please
    kasko hesaplama

    You can use <cfinclude> tag or include (in cfscript) to include a common template in multiple pages.
    Thus, when you edit that included template, it will change the layout for all pages calling for it.

  • Dreamweaver Template Editable Region Old Problem

    Hello,
    Please, I need urgent help regarding the Adobe Dreamweaver
    CS3 program for Mac OS X. It is, unfortunately, driving me crazy,
    because I have now a problem that is not letting me edit any
    editable region in the child pages I create and apply the template
    to that page. I have tried to restart the computer, restart
    Dreamweaver and even reinstalled Dreamweaver and made my Template
    from scratch and nothing worked. The problem keeps there and
    doesn't let me edit any editable region.
    Here is what happens: I have created a Editable Region called
    "Page Content". Also, another 2 editable regions called "Section
    Navigation" and "Sub Navigation". These editable regions are just
    there to make my job easier. In the Page Content part, I put the
    content I want to add to that page, like text and a heading. For
    the Navigations, I simply change the class of one list item to
    "current", so that my CSS rule can be applied to that list item and
    change the font, so that the users can tell in what page they are
    now, you get it?
    So, what happens? Everytime I try to make changes to the
    editable region Dreamweaver prompts this message:
    "You have made changes in the code in a region that is not
    marked as an Editable Region... You will lose all of your changes
    in the next update of your template. Do you want to retain all of
    the changes?"
    But IT IS A EDITABLE Region, so that is why I dont get it.
    And it gets even worse, because after I lose all of my changes and
    hours of work are wasted.
    I hope you guys, experts in Dreamweaver can make my life a
    lot easier by helping me solve this issue,
    Please help.
    Best regards,
    Thank you for reading this and for the help in advance,
    GB

    And, by the way, such messages are usually triggered by
    improper code usages
    on the page - that's why we need to see your code.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "dreamweaver_pro" <[email protected]> wrote
    in message
    news:[email protected]...
    > Hello,
    >
    > Please, I need urgent help regarding the Adobe
    Dreamweaver CS3 program for
    > Mac
    > OS X. It is, unfortunately, driving me crazy, because I
    have now a problem
    > that
    > is not letting me edit any editable region in the child
    pages I create and
    > apply the template to that page. I have tried to restart
    the computer,
    > restart
    > Dreamweaver and even reinstalled Dreamweaver and made my
    Template from
    > scratch
    > and nothing worked. The problem keeps there and doesn't
    let me edit any
    > editable region.
    >
    > Here is what happens: I have created a Editable Region
    called "Page
    > Content".
    > Also, another 2 editable regions called "Section
    Navigation" and "Sub
    > Navigation". These editable regions are just there to
    make my job easier.
    > In
    > the Page Content part, I put the content I want to add
    to that page, like
    > text
    > and a heading. For the Navigations, I simply change the
    class of one list
    > item
    > to "current", so that my CSS rule can be applied to that
    list item and
    > change
    > the font, so that the users can tell in what page they
    are now, you get
    > it?
    >
    > So, what happens? Everytime I try to make changes to the
    editable region
    > Dreamweaver prompts this message:
    >
    > "You have made changes in the code in a region that is
    not marked as an
    > Editable Region... You will lose all of your changes in
    the next update of
    > your
    > template. Do you want to retain all of the changes?"
    >
    > But IT IS A EDITABLE Region, so that is why I dont get
    it. And it gets
    > even
    > worst, because after I lose all of my changes and hours
    of work are
    > wasted.
    >
    > I hope you guys, experts in Dreamweaver can make my life
    a lot easier by
    > helping me solve this issue,
    > Please help.
    > Best regards,
    >
    > Thank you for reading this and for the help in advance,
    >
    > GB
    >

  • How can we add multiple editable region in template

    Hi,
    My issue is when I am going to create a new template I want to add multiple editable region in template and I want to use those editable region per page wise so that in page editor I will add different text for each page for those editable region.
    I can use incontxt editor to change those area for different pages although is it possible to use online editor to add different text for different pages.
    I also have a plan to solve the issue ... that is also not working.
    Plan is .. if we can use tag (not the default one in template), want to use different tag like {tag_headding},{tag_sidebarcontent} in template so that we can use those tag in template and fill the field in the page online editor, so when differnt page we will create we will fill those field for those tag and that will show in the front view of the site.
    Please help me. I am really stuck on this issue.
    Thanks in advance.
    Projjwal

    Hi Projjwal,
    Yes, if you look at many of the commercial BC templates available the way they are getting around it is with Content Holders and multiple templates.
    Now I know you will say that multiple templates is high maintenance ..... not if you use Content holders for both recurring content and unique content.
    Think of Conent Holders as 'Includes' ... I have been doing it this way with templates that I build from scratch as well. Easier than you think.
    And that way the client can change content such as footer information or whatever that appears on all pages without editing the template itself.
    Only drawback is that if you are using Design View in Dreamweaver the content holders don't render. But other than that Content Holders are awesome.
    Brad

  • How to make link in a template editable in a page?

    I am new to Dreamweaver. I'm trying to create a link in a
    template where the URL is editable in all pages derived from that
    template. I tried using
    Modify->Templates->Make Attribute Editable..., but the
    link still cannot be edited in any of the pages. Can someone help
    me with this?
    Thanks,
    PeterM

    On Wed, 18 Jun 2008 17:11:41 +0000 (UTC), "PJMonty"
    <[email protected]> wrote:
    > Per Gary's suggestion, I tried
    Modify->Templates->Make Attribute
    >Editable... and made the HREF attribute editable,
    but again, when I went to
    >an updated child page, I still get the red circle with a
    slash cursor that
    >prevents me from editing the link. I was able to modify
    it by using
    >
    Modify->Template Properties..., but that's a pretty
    indirect method. Is
    >there not some way to simply have a link that is on a
    template, but that also
    >allows you to simply click on the link in the child page
    and modify the URL?
    Sorry, that's just the way editable attributes work.
    > I'm just trying to have a "Next Page" link at the bottom
    of the template so I
    >can have a series of related pages link to each other.
    For example, I have a
    >link in the menu on the left of the main page which, when
    clicked, leads you to
    >a topic. That topic might span 4 or 5 pages. I want a
    link at the bottom of
    >each page in a topic that says "Next Page" which lets the
    viewer click to the
    >next page. I want that link to be editable on child
    pages. Not all pages need
    >the "Next Page" link, so I need to be able to make it
    invisible on some child
    >pages.
    Just put the link inside an editable region. The link will
    appear in
    new pages made from the template, but you can edit or delete
    the link
    in those child pages.
    Gary

  • Help with Editable Regions

    We are in the process of creating a template for our site. We
    are working on the editable regions. What we are finding is if we
    want to add a bulleted list of items (let's say links) we can't do
    it without the list header also becoming bulleted. For instance
    let's say we have the following:
    Medical Resource Links
    Cardiology
    GI
    Respiratory
    We would want Medical Resource Links to be bold and stay to
    the left. The other three items we would want to have bullets.
    When we try this in an editable region all four items move
    over and only the first gets the bullet. Do we need an additional
    editable region for the title? Is this controlled via a CSS? Any
    help you can give would be greatly appreciated. We are beginners
    with this. Thanks.

    This has nothing to do with editable regions. It's all about
    the HTML on
    the page.
    Show us the HTML for your list, and I'll tell you why it's
    happening the way
    you describe.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "DONNA6985" <[email protected]> wrote in
    message
    news:edme63$o0m$[email protected]..
    > We are in the process of creating a template for our
    site. We are working
    > on
    > the editable regions. What we are finding is if we want
    to add a bulleted
    > list
    > of items (let's say links) we can't do it without the
    list header also
    > becoming
    > bulleted. For instance let's say we have the following:
    >
    > Medical Resource Links
    > Cardiology
    > GI
    > Respiratory
    >
    > We would want Medical Resource Links to be bold and stay
    to the left. The
    > other three items we would want to have bullets.
    > When we try this in an editable region all four items
    move over and only
    > the
    > first gets the bullet. Do we need an additional editable
    region for the
    > title?
    > Is this controlled via a CSS? Any help you can give
    would be greatly
    > appreciated. We are beginners with this. Thanks.
    >

  • Need to add editable regions

    How can I add editable regions to an existing template that has hundreds of child pages?  There is one editable region for page content (in a box) in the old template, now I want to have 3 different boxes for editable content.  When I update all of the pages by saving the template, the existing content (in the original editable reigion) should show up in one editable region, and the new editable regions will show up as empty boxes (until I fill them).

    It all depends on how you set-up your original template.  Can we see a link to your template or the code from it?
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb
    http://alt-web.blogspot.com/

  • Help - all pages blocked (except BT pages)

    Just started happening. From my desktop which is wired conn to my HH4.
    When I try to connect anywhere I get a "You're seeing this page because BT Parental Controls is active and you are attempting to connect to a DNS server outside of our network.
    You may have selected a different server in your network settings or installed an application that uses an alternative service." message
    I don't have parental controls activated and I can access these pages from my iPad over wifi.
    I don't know if it's a PC issue/infinity issue or whatever but I would be really grateful if anyone can help me out on this cos it's driving me nuts this morning. All was OK last night and nothing has been loaded or installed (not intentionally, anyway!)
    I have tried setting the connectoid to auto dns as well as the google setting which I was advised to use recently but no change.
    Any help gratefully received
    EDIT: Not ALL pages are blocked - I seem to be able to log on to my bank as well as BT!

    Try a factory reset of the homehub by pressing a pin into the recess button on the rear for about 20 seconds. I would also set your LAN connection to obtain IP address automatically and DNS setting automatically. Also untick IPv6 if it's ticked.

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

  • I have file with 500 pages created from AutoCad file. In all pages, I have different document numbers.The file is not editable in pdf. How to change all the document numbers using "Comment" feature? Any alternate method?  alternate method? I have Adobe Ac

    I have pdf file with 500 pages created from AutoCad file. In all pages, I have different document numbers.The file is not editable in pdf. How to change all the document numbers using "Comment" feature? Any alternate method?  alternate method? I have Adobe Acrobat X Pro and Windows -7 platform.

    Yes, I just want to cover up all the pages for those particular area of document numbers.
    Nothing sensitive about it. I just want to show the correct document numbers on all pages in print out.
    So, I wanted to cover up by comments, but commenting on each page will be difficult. So, I wanted to comment the same on all pages.

  • Editable regions in child page

    Hi all.
    Dreamweaver 8.
    I have a template with two editable regions, Header and Body.
    I have a new page, and I want to apply the template.
    I am prompted to move the content to the new regions. Is my
    new child page supposed to have editable regions with the same
    name? If I try to do this, I am prompted to create a new template.
    If I apply the template and move all of my new content to the
    'body' region, it all disappears. If I move all of it to the Header
    region, it is all there. I've tried every combination and only the
    one works. I've seen a lot of discussion about having the regions
    named in the child page, but don't understand that bit yet.
    Ty in advance.

    > Layers and layer content are
    > also treated as separate elements
    Not necessarily.
    <!-- TemplateBeginEditable name="layer1" -->
    <div id="layer1">Contents</div>
    <!-- TemplateEndEditable -->
    This treats the layer AND its contents as editable.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "Virginia Oh My" <[email protected]> wrote
    in message
    news:[email protected]...
    > For others' reference, this is what I've found out
    digging around on the
    > net
    > some more.
    >
    > "You can make an entire table or an individual table
    cell editable, but
    > you
    > can't make multiple cells editable all at once, unless
    you have merged
    > them
    > first. You have to select each cell one at a time if you
    want to make some
    > of
    > the cells in a table editable, but not others. Layers
    and layer content
    > are
    > also treated as separate elements, but either can be
    marked as editable.
    > Making
    > a layer editable enables you to change the position of
    that layer. Making
    > layer
    > content editable means that you can change the content
    of the layer, such
    > as
    > the text or image in the layer."
    >
    > Nesting an editable table seems to the be the answer.
    I'm off to redo and
    > retry.
    >
    > Thanks, all.
    >
    > Virginia
    >
    >
    quote:
    Originally posted by:
    Virginia Oh My
    > Thanks, I've tried this method. I have an editable table
    cell. I can add
    > new
    > cells (rows and columns), but I cannot adjust the width
    and height .
    > They're
    > locked, even though they are in the editable region.
    >
    > Virginia
    >
    >
    quote:
    Originally posted by:
    Newsgroup User
    > It's not a good idea to apply templates to pages with
    existing content,
    > for
    > this very reason. Can you use a method instead where you
    spawn a new
    > child
    > page from the template, copy/paste content into it, and
    then save it over
    > the existing page? Then you can put the content exactly
    where you want.
    >
    > --
    > Murray --- ICQ 71997575
    > Adobe Community Expert
    > (If you *MUST* email me, don't LAUGH when you do so!)
    > ==================
    >
    http://www.dreamweavermx-templates.com
    - Template Triage!
    >
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    >
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    >
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    > ==================
    >
    >
    > "Virginia Oh My" <[email protected]>
    wrote in message
    > news:[email protected]...
    > > Hi all.
    > > Dreamweaver 8.
    > > I have a template with two editable regions, Header
    and Body. I have a
    > > new
    > > page, and I want to apply the template.
    > > I am prompted to move the content to the new
    regions. Is my new child
    > > page
    > > supposed to have editable regions with the same
    name? If I try to do
    > > this,
    > > I am
    > > prompted to create a new template.
    > >
    > > If I apply the template and move all of my new
    content to the 'body'
    > > region,
    > > it all disappears. If I move all of it to the
    Header region, it is all
    > > there.
    > > I've tried every combination and only the one
    works. I've seen a lot of
    > > discussion about having the regions named in the
    child page, but don't
    > > understand that bit yet.
    > >
    > > Ty in advance.
    > >
    > >
    >
    >
    >
    >
    >
    >
    >
    >

  • Child pages inheriting editable regions from template

    I have looked far and wide and cannot find an answer to this problem:
    We recently did a homepage update where the nested and/or second level template (index_template.dwt) was changed. Since much of the formatting was the same - I duplicated the original index_template and made all necessary changes. From this template two child pages were created for our US and UK site. Upon creating the page(s) from the index_template they are inheriting the editable regions, thus not having the ability to update when changes are being made to the template. I have tried multiple ways in an attempt to correct this - but to no avail. Does anyone have a clue how to correct this? As of now I have to manually update all 3 pages.
    BTW I am also a relatively new user who was thrown into managing our company website and pretty much doing a redo on the whole thing. Talk about a learning experience!

    My issue is when you create a page from a template they are not supposed to inherit the editable regions less otherwise marked.
    But that is not true. A newly created child page will inherit ALL content from its template.  But changes to the editable region contents in the template will NOT propagate to existing child pages.
    So, for example, if I want all child pages to have an embedded stylesheet in the head that is EDITABLE, my template would look like this -
    <!-- TemplateBeginEditable name="head" -->
    <style type="text/css">
    </style>
    <!-- TemplateEndEditable -->
    All newly created child pages will then look like this -
    <!-- InstanceBeginEditable name="head" -->
    <style type="text/css">
    </style>
    <!-- InstanceEndEditable -->
    If I then go back to the template and change it like this -
    <!-- TemplateBeginEditable name="head" -->
    <style type="text/css">
    body { margin:0; }
    </style>
    <!-- TemplateEndEditable -->
    that change will NOT propagate to existing child pages, but WILL appear in child pages created subsequently to the save of the template after the change.
    And by the way, it's always been this way.

  • Spry tool tip does not work in template or child pages within an editable region. Why not?

    Ok. so I am getting pretty frustrated. I take the time to learn how to use CSS and to create a template page for a Contractor Site (www.ContractorInsurance.net). The idea is to create a page that I can use for different classes of Contractors...right?
    Then I get all happy about being able to insert ToolTip onto pages to help the user. Great!
    LIfe to turn to Sorrow after nearly five hours of searching for a "eeking" answer.
    So what good does it do to have an Editable region to update if we cannot have the flexibility to insert a tool tip on child pages?  Ok so the fast solution is to what... Have a question mark image, insert another apDiv, name it toolTip_Not and provide it with a show=hide behavior?
    RRRRRrrr...
    This really sucks not being able to find a solution within a reasonable amount of time.

    I have tried thank you. However...it is still not working.
    www.ContractorInsurance.net/course_of_construction.php
    The error message is "Making this change would require code that is locked by a template translator"
        Re: Spry tool tip does not work in template or child pages within an editable region. Why not?
        created by altruistic gramps in Spry Framework for Ajax - View the full discussion
    If you have a look at the following simple document with a tooltipTooltip trigger goes here.
    Tooltip content goes here.
    you will notice that a couple of lines have been placed in the HEAD section of the document. When using DW templates, the HEAD section is usually not editable, hence the error mesaage. By default, your template should have an editable region in it just before the closing tag. It looks like this: <!-- TemplateBeginEditable name="head" > <! TemplateEndEditable --> Dreamweaver should be able to find that editable region and insert the
    <script> tag there automatically. Because you don't have an editable region like that in the <head>, open the master template, and paste the code above just before the closing </head>
    tag. Gramps
    Edited to remove personal data

Maybe you are looking for

  • Stock transfer PRs are not getting created in APO

    Hi, I have a plant-to-plant transfer is configured using special procurement type. When APO creates stock.PRs , it does not provide any numbers to PRs and they are not getting trasnfered to R3. CIF model for PIR & POs are running good. In CIF post pr

  • How do I reinstall the operating system on my MacBook Pro without using my apple id?

    I'm selling my computer. Everything has been erased. Now the operating system, Lion, needs to be installed. I believe the computer did not come with a cd so reinstalling is done through wifi.

  • IMac does not recognize digital video camera plugged into USB port

    Hi Everyone, I received a Kodak Zi8 digital video camera as a gift recently. I was told it was compatible with macs. When I plug the camera into the USB port of the mac it doesn't recognize that it is there. I read on one discussion board to turn the

  • How to change ipod's name?

    Hi, I just bought an ipod 160gb and transfered my files. I noticed it gave the ipod my current username's name (the username I am logged on in Windows). I don't want this ugly hardcoded username. I want my name on it (my first name, for instance). I

  • Did I already ruin my 10hr old Macbook Pro?

    Hello all, I just purchased my first Mac today at my local Apple store. I purchased the 2.4GHz Macbook Pro and everything was pretty standard. I did not upgrade the memory or hard drive just left it as is for my needs. The mac has been working perfec