DW 8 Templates in Dreamweaver CS3

Greetings,
I am currently working with a Dreamweaver template (Version
8) and I have recently installed Dreamweaver CS3 to check it out. I
wanted to update several pages with the updated template in CS3,
but when I tried, I got an error related to nested editable
regions. I checked out my code, and cleaned it up (it is strict
xhtml 1.0) and tried again. I didn't get the error, but none of the
pages are updated. Does somebody know why this could happen?

If you have made changes to a template page and those changes
are not
propagated to the respective child pages then only one of two
possibilities
exist:
1. Your changes were made to EDITABLE regions in the template
files, or
2. The site cache is corrupted, and can be fixed by using
SITE | Advanced >
Recreate Site Cache
Might one of those be the cause?
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
==================
"Melissa_Serrano" <[email protected]> wrote
in message
news:f7gk2r$k45$[email protected]..
> Greetings,
>
> I am currently working with a Dreamweaver template
(Version 8) and I have
> recently installed Dreamweaver CS3 to check it out. I
wanted to update
> several
> pages with the updated template in CS3, but when I
tried, I got an error
> related to nested editable regions. I checked out my
code, and cleaned it
> up
> (it is strict xhtml 1.0) and tried again. I didn't get
the error, but none
> of
> the pages are updated. Does somebody know why this could
happen?
>

Similar Messages

  • PLEASE HELP - Problem with 2 column fixed template in Dreamweaver CS3

    I am trying to create a website using the 2 column fixed, right sidebar, header and footer html template in Dreamweaver CS3.  I tried putting a picture in the right side bar as well as with in the main content or left portion of the page, and neither picture is showing up when I view it in any of the browsers I'm using.
    I've made some minor changes in colors and sizing, but other than that no other changes.  The pic I put in for the header is showing up just fine though.
    Any help or advice to solve this issue would be greatly appreciated.
    Thanks!!

    Here is the base Dreamweaver code including the pic references that I'm trying to show on either side - when the browser opens, it only shows a blank space where the pics should be... let me know what you think.  Thanks!!
    <!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"><!-- InstanceBegin template="/Templates/AL TemplateNEW.dwt" codeOutsideHTMLIsLocked="false" -->
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <!-- InstanceBeginEditable name="doctitle" -->
    <title>Temp Home</title>
    <!-- InstanceEndEditable -->
    <!-- InstanceBeginEditable name="head" -->
    <!-- InstanceEndEditable -->
    <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;
    .twoColFixRtHdr #container {
    width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
    background: #FFFFFF;
    margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
    border: 1px solid #000000;
    text-align: left; /* this overrides the text-align: center on the body element. */
    .twoColFixRtHdr #header {
    background: #DDDDDD;
    padding: 0 10px 0 20px;  /* 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. */
    .twoColFixRtHdr #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 */
    .twoColFixRtHdr #sidebar1 {
    float: right; /* since this element is floated, a width must be given */
    width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
    background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
    padding: 15px 10px;
    .twoColFixRtHdr #mainContent {
    margin: 0 250px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
    padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
    .twoColFixRtHdr #footer {
    padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
    background:#DDDDDD;
    .twoColFixRtHdr #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 */
    .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;
    -->
    </style><!--[if IE 5]>
    <style type="text/css">
    /* place css box model fixes for IE 5* in this conditional comment */
    .twoColFixRtHdr #sidebar1 { width: 220px; }
    </style>
    <![endif]--><!--[if IE]>
    <style type="text/css">
    /* place css fixes for all versions of IE in this conditional comment */
    .twoColFixRtHdr #sidebar1 { padding-top: 30px; }
    .twoColFixRtHdr #mainContent { zoom: 1; }
    /* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
    </style>
    <![endif]--></head>
    <body class="twoColFixRtHdr">
    <div id="container">
      <div id="header">
        <h1>Header</h1>
      <!-- end #header --></div>
      <div id="sidebar1">
        <h3>Sidebar1 Content</h3>
        <!-- InstanceBeginEditable name="RightSideBar" -->
        <p>Right Side Bar Content - - -    </p>
        <p>Inserted pic below here</p>
        <p><img src="/images/Syntergy5.jpg" width="123" height="105" /></p>
        <p>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 right side of the #mainContent div if it will always contain more content. </p>
        <p>Donec eu mi sed turpis feugiat feugiat. Integer turpis arcu, pellentesque  eget, cursus et, fermentum ut, sapien. Fusce metus mi, eleifend  sollicitudin, molestie id, varius et, nibh. Donec nec libero.</p>
    <!-- InstanceEndEditable -->
        <p> </p>
      <!-- end #sidebar1 --></div>
      <div id="mainContent">
        <h1> Main Content </h1>
        <!-- InstanceBeginEditable name="MainContent" -->
        <p>Main Content - - </p>
        <p>inserted pic below here:</p>
        <p><img src="/images/Kelly1.jpg" width="285" height="236" /></p>
        <p> </p>
        <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Praesent aliquam,  justo convallis luctus rutrum, erat nulla fermentum diam, at nonummy quam  ante ac quam. Maecenas urna purus, fermentum id, molestie in, commodo  porttitor, felis. Nam blandit quam ut lacus. Quisque ornare risus quis  ligula. Phasellus tristique purus a augue condimentum adipiscing. Aenean  sagittis. Etiam leo pede, rhoncus venenatis, tristique in, vulputate at,  odio. Donec et ipsum et sapien vehicula nonummy. Suspendisse potenti. Fusce  varius urna id quam. Sed neque mi, varius eget, tincidunt nec, suscipit id,  libero. In eget purus. Vestibulum ut nisl. Donec eu mi sed turpis feugiat  feugiat. Integer turpis arcu, pellentesque eget, cursus et, fermentum ut,  sapien. Fusce metus mi, eleifend sollicitudin, molestie id, varius et, nibh.  Donec nec libero. </p>
        <!-- InstanceEndEditable -->
        <p>
          <!-- end #mainContent -->
        </p>
      </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" />
      <div id="footer">
        <p>Footer</p>
      <!-- end #footer --></div>
    <!-- end #container --></div>
    </body>
    <!-- InstanceEnd --></html>

  • Viewing new template in dreamweaver cs3 reverst to front page ??

    When i save a new template in Dreamweaver CS3 and then try to preview in IExploer it asks me "do you wnat to open or save this file? when i select either it reverst to my old MS Front Page editor

    From their website:
    " Adobe Flash (version 8 or higher) is required to edit the
    FLA file.
    - Use the source codes at your own risk after downloading and
    flashmo.com is
    not responsible for any bugs or errors caused by
    ActionScripts."
    Do you own Flash? Are you familliar with action scripts? If
    not, then you
    probably want to start with a plain html template and learn
    how to code html
    and CSS. Flash sites look nice but they are not friendly for
    Search Engines
    or users who don't have flash player installed on their
    system.
    Here are some on-line tutorials to help you get started with
    html and CSS
    code:
    www.w3schools.com (free)
    www.Lynda.com (pay videos)
    Adobe help - "Getting Started"
    --Nancy O.
    Alt-Web Design & Publishing
    www.alt-web.com
    "jdbcmcbride" <[email protected]> wrote in
    message
    news:ftr2vf$i4q$[email protected]..
    > I am a first-time user of DreamWeaver and am currently
    learning how to
    build a
    > website with the Adobe HTML article that they have.
    However, I found a
    flash
    > template that I downloaded as it is exactly what I want
    to use for my
    website.
    > My problem is, I don't know how to make it work.
    >
    > The template is located at
    http://www.flashmo.com/home
    and it is the one
    on
    > page 5 called "037 Wooden". If anyone can tell me what
    to do to get this
    to be
    > my website, I would really appreciate it.
    >

  • Dreamweaver CS3 template uneditable

    Dear Community,
                     I created a template in Dreamweaver CS3, editing the template worked up until today. The site is www.slothbob.com, which maybe irrelevant, but in the content part of the page (center), when opened template in dreamweaver, it seems to have a lock down, only allowing an "editable region" where that text is. I am trying to get out of this lock down trap, so I can edit other slices in the template. Also, it prompts that my template is nested directly or indirecty, but before when editing was possible, it seemed to just incorporate the changes to every page across the site. Again, my goal is to just editing some of the slices in dreamweaver that would be an axiom across every page on the site, but in lock down (code greyed out and everything). I appreciate everyone's time and input and thank you all greatly.
    Slothbob

    The link that you posted is bad.  Please try again.
    The symptoms you describe tell me that your "template" is likely not a template but a child page.  We would need to see the code to know for sure, though.

  • Inserting RSS Feeds into a Dreamweaver CS3 Template

    I've created a website template in Dreamweaver CS3. We need
    to insert an RSS feed that will allow our web site to receive news
    updates and information pertinent to our consumers needs. Please
    help! I have no clue how to do this.

    Which version of FW? If FWMX 2004 or earlier, you would need
    to read this
    carefully -
    http://www.losingfight.com/blog/2006/08/11/the-sordid-tale-of-mm_menufw_menujs/
    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
    ==================
    "hraklis_1" <[email protected]> wrote in
    message
    news:g4p0l0$lak$[email protected]..
    > I've created a dreamweaver cs3 template for my website.
    I've also created
    > a
    > menu in fireworks which has popup menu's. If I create a
    new page (not from
    > a
    > template) and insert the fireworks html, everything
    works fine when I try
    > to
    > preview it.
    >
    > However, if I insert the fireworks html into a page
    created from a
    > template,
    > or even the original template file, the image of the
    menu is inserted and
    > can
    > be viewed, but the popup menu's do not appear. Any
    thoughts or
    > suggestions?
    >

  • Are dreamweaver CS3 templates responsive?

    Hello,
    I need to create my project that will work also in ipad and the new cellphones?  I'm using Dreamweaver CS3, and already almost done with the project when I was asked to have this new parameter - the site has to be responsive to these devices.  Will the template in Dreamweaver CS3 work with these devices?  I don't currently have these devices to test.  How could I test them.  If not, any suggestions... Any help, please....
    Zandy
    [email protected]

    Unfortunately, CS3 predates the "responsive design" concept by a few years. You can still make responsive designs using it, but it requires more knowledge of handcoding the CSS/HTML. If you look into Media Queries and Responsive Design online, there are quite a few sources that give you the info you'll need. Depending on your level of comfort with CSS and HTML, they may be a great help, or a confusing mess.
    http://www.lynda.com is a good resource
    As for previewing things for smaller devices, Firefox has a nice little thing built in for that...
    Tools > Web Developer > Responsive Design View (Ctrl + Shift + M).

  • Flash Web Gallery edited in DreamWeaver CS3 or CS4

    I use Lightroom 2.6 to create Flash Galleries. I'd like to add a link to the template in Dreamweaver CS3 or Trial CS4. However, the following message keeps appearing:
    Sorry, this photo gallery requires that scripting be enabled on your web browser and that the Adobe Flash Player be installed. Down
    load the Adobe Flash Player
    I have checked to verify the Flash Player is installed and working properly. I have doubled check to make sure scripts are allowed in my browser...Mozilla. I also installed, uninstalled and installed Flash Player several times.
    The index page is html so what am I missing?
    Grace_h

    Hi
    It's probably due to the way you have 'linked' to your images in lightroom not being relative to the images address in your dreamweaver page.
    Place your images in a folder within your dreamweaver site and create your lightroom page in the same folder.
    PZ

  • Dreamweaver CS3 3 column CSS footer issue

    Has anyone used the Three Column Absolutely Positioned Header
    and Footer (thrColAbsHdr) CSS template in Dreamweaver CS3? If so,
    has anyone figured out how to address issue of Sidebar1 and
    Sidebar2 content floating over top of the footer (instead of
    growing and pushing the footer down)?
    Adrian Senior appears to have addressed it regarding the
    twoColElsLtHdr CSS...
    http://www.adobe.com/devnet/dreamweaver/articles/css_concepts_pt3_cs3.html
    I've tried his suggestion and it still doesn't appear to be
    working properly with this CSS/template (thrColAbsHdr).

    Example 3-column CSS layout:
    http://alt-web.com/TEMPLATES/3-col-fixed-layout.shtml
    CSS divisions do not produce equal height columns.  You'll need to trick the eye into thinking they are equal  buy using a repeating background-image that tiles down the page.  This technique is called Faux Columns.
    You can see a crude example here:
    http://alt-web.com/TEMPLATES/3-col-white-gray.html
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb
    www.alt-web.blogspot.com

  • Dreamweaver CS3 reforderss ColdFusion templates

    Dreamweaver CS3 reorders ColdFusion template code without
    being asked
    When opening a Dreamweaver 8 ColdFusion page, Dreamweaver CS3
    will reorder some ColdFusion tags.
    For example:
    1. <cfswitch expression="#response.errorcode#">
    2. <cfcase value = "10602">
    3. "..Some Code..."
    4. </cfcase>
    5. <cfdefaultcase>
    6. "...Some_Other_Code.."
    7. </cfdefaultcase>
    8. </cfswitch>
    9. <CFQUERY username="#request.dbuser#"
    password="#request.dbpass#" DATASOURCE="#attributes.DSN#">
    10. Blah blah
    11 .</cfquery>
    Saved as a Dreamweaver 8 page and then subsequently opened in
    Dreamweaver CS3, the code becomes jumbled as:
    1. <cfswitch expression="#response.errorcode#">
    2. <cfcase value = "10602">
    3. "...Some_Code.."
    4.
    5. </cfcase><cfdefaultcase>
    6. "...Some_Other_Code.."
    7. </cfswitch>
    8. </cfdefaultcase><CFQUERY
    username="#request.dbuser#" password="#request.dbpass#"
    DATASOURCE="#attributes.DSN#">
    9. ..blah..blah..
    10. </CFQUERY>
    (Note the juxtaposition of the </cfdefaultcase> and
    </cfswitch> tags on lines 7 & 8)
    The Command "Clean up XHTML" has no effect.
    This behavior occurs on every Mac running DWCS3 in our
    office, but doesn't occur on Macs running DW8.
    If the CF page is opened in a Text Editor and saved as a Text
    doc and then opened in DWCS3 as a Text doc, the code stays intact
    and is not scrambled.
    However, as soon as the page is saved with the ".cfm"
    extension, DWCS3 scrambles the </cfdefaultcase> and
    </cfswitch> tags.
    Adobe Dreamweaver Support has duplicated the error but has no
    fix as of yet, so Dreamweaver CS3 is completely useless to me as a
    CF editor.
    Does anyone have any ideas?

    Dreamweaver CS3 reorders ColdFusion template code without
    being asked
    When opening a Dreamweaver 8 ColdFusion page, Dreamweaver CS3
    will reorder some ColdFusion tags.
    For example:
    1. <cfswitch expression="#response.errorcode#">
    2. <cfcase value = "10602">
    3. "..Some Code..."
    4. </cfcase>
    5. <cfdefaultcase>
    6. "...Some_Other_Code.."
    7. </cfdefaultcase>
    8. </cfswitch>
    9. <CFQUERY username="#request.dbuser#"
    password="#request.dbpass#" DATASOURCE="#attributes.DSN#">
    10. Blah blah
    11 .</cfquery>
    Saved as a Dreamweaver 8 page and then subsequently opened in
    Dreamweaver CS3, the code becomes jumbled as:
    1. <cfswitch expression="#response.errorcode#">
    2. <cfcase value = "10602">
    3. "...Some_Code.."
    4.
    5. </cfcase><cfdefaultcase>
    6. "...Some_Other_Code.."
    7. </cfswitch>
    8. </cfdefaultcase><CFQUERY
    username="#request.dbuser#" password="#request.dbpass#"
    DATASOURCE="#attributes.DSN#">
    9. ..blah..blah..
    10. </CFQUERY>
    (Note the juxtaposition of the </cfdefaultcase> and
    </cfswitch> tags on lines 7 & 8)
    The Command "Clean up XHTML" has no effect.
    This behavior occurs on every Mac running DWCS3 in our
    office, but doesn't occur on Macs running DW8.
    If the CF page is opened in a Text Editor and saved as a Text
    doc and then opened in DWCS3 as a Text doc, the code stays intact
    and is not scrambled.
    However, as soon as the page is saved with the ".cfm"
    extension, DWCS3 scrambles the </cfdefaultcase> and
    </cfswitch> tags.
    Adobe Dreamweaver Support has duplicated the error but has no
    fix as of yet, so Dreamweaver CS3 is completely useless to me as a
    CF editor.
    Does anyone have any ideas?

  • Dreamweaver CS3 reformats ColdFusion templates

    Dreamweaver CS3 reorders ColdFusion template code without
    being asked
    When opening a Dreamweaver 8 ColdFusion page, Dreamweaver CS3
    will reorder some ColdFusion tags.
    For example:
    1. <cfswitch expression="#response.errorcode#">
    2. <cfcase value = "10602">
    3. "..Some Code..."
    4. </cfcase>
    5. <cfdefaultcase>
    6. "...Some_Other_Code.."
    7. </cfdefaultcase>
    8. </cfswitch>
    9. <CFQUERY username="#request.dbuser#"
    password="#request.dbpass#" DATASOURCE="#attributes.DSN#">
    10. Blah blah
    11 .</cfquery>
    Saved as a Dreamweaver 8 page and then subsequently opened in
    Dreamweaver CS3 becomes jumbled as:
    1. <cfswitch expression="#response.errorcode#">
    2. <cfcase value = "10602">
    3. "...Some_Code.."
    4.
    5. </cfcase><cfdefaultcase>
    6. "...Some_Other_Code.."
    7. </cfswitch>
    8. </cfdefaultcase><CFQUERY
    username="#request.dbuser#" password="#request.dbpass#"
    DATASOURCE="#attributes.DSN#">
    9. ..blah..blah..
    10. </CFQUERY>
    (Note the juxtaposition of the </cfdefaultcase> and
    </cfswitch> tags on lines 7 & 8)
    The Command "Clean up XHTML" has no effect.
    This behavior occurs on every Mac running DWCS3 in our
    office, but doesn't occur on Macs running DW8.
    If the CF page is opened in a Text Editor and saved as a Text
    doc and then opened in DWCS3 as a Text doc, the code stays intact
    and is not scrambled.
    However, as soon as the page is saved with the ".cfm"
    extension, DWCS3 scrambles the </cfdefaultcase> and
    </cfswitch> tags.
    Adobe Dreamweaver Support has duplicated the error but has no
    fix as of yet, so Dreamweaver CS3 is completely useless to me as a
    CF editor.
    Does anyone have any ideas?

    Dreamweaver CS3 reorders ColdFusion template code without
    being asked
    When opening a Dreamweaver 8 ColdFusion page, Dreamweaver CS3
    will reorder some ColdFusion tags.
    For example:
    1. <cfswitch expression="#response.errorcode#">
    2. <cfcase value = "10602">
    3. "..Some Code..."
    4. </cfcase>
    5. <cfdefaultcase>
    6. "...Some_Other_Code.."
    7. </cfdefaultcase>
    8. </cfswitch>
    9. <CFQUERY username="#request.dbuser#"
    password="#request.dbpass#" DATASOURCE="#attributes.DSN#">
    10. Blah blah
    11 .</cfquery>
    Saved as a Dreamweaver 8 page and then subsequently opened in
    Dreamweaver CS3 becomes jumbled as:
    1. <cfswitch expression="#response.errorcode#">
    2. <cfcase value = "10602">
    3. "...Some_Code.."
    4.
    5. </cfcase><cfdefaultcase>
    6. "...Some_Other_Code.."
    7. </cfswitch>
    8. </cfdefaultcase><CFQUERY
    username="#request.dbuser#" password="#request.dbpass#"
    DATASOURCE="#attributes.DSN#">
    9. ..blah..blah..
    10. </CFQUERY>
    (Note the juxtaposition of the </cfdefaultcase> and
    </cfswitch> tags on lines 7 & 8)
    The Command "Clean up XHTML" has no effect.
    This behavior occurs on every Mac running DWCS3 in our
    office, but doesn't occur on Macs running DW8.
    If the CF page is opened in a Text Editor and saved as a Text
    doc and then opened in DWCS3 as a Text doc, the code stays intact
    and is not scrambled.
    However, as soon as the page is saved with the ".cfm"
    extension, DWCS3 scrambles the </cfdefaultcase> and
    </cfswitch> tags.
    Adobe Dreamweaver Support has duplicated the error but has no
    fix as of yet, so Dreamweaver CS3 is completely useless to me as a
    CF editor.
    Does anyone have any ideas?

  • Dreamweaver CS3 Template

    I'm using Dreamweaver CS3. I use a template that I've always
    been able to make changes and automatically update the pages that
    use it on save. I've made some changes to the template, but when I
    go to update all the pages using that template it says:
    Done.
    files examined: 1183
    files updated: 0
    files which could not be updated: 0
    total time: (0:00:02)
    Nothing is updated. I have a large site to update and am in
    desperate need of help.
    Thanks!!

    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
    ==================
    "nee9" <[email protected]> wrote in message
    news:[email protected]...
    > I'm using Dreamweaver CS3. I use a template that I've
    always been able to
    > make
    > changes and automatically update the pages that use it
    on save. I've made
    > some
    > changes to the template, but when I go to update all the
    pages using that
    > template it says:
    >
    > Done.
    > files examined: 1183
    > files updated: 0
    > files which could not be updated: 0
    > total time: (0:00:02)
    >
    > Nothing is updated. I have a large site to update and am
    in desperate
    > need of
    > help.
    > Thanks!!
    >

  • Dreamweaver CS3 bug with templates?

    Hello,
    I am having a very major problem with a template. I am on
    Dreamweaver CS3 and my template has been created in Dreamweaver 8
    and it says in parenthesis (xhtml) - even though all my pages from
    the template are html.
    When I now make even the most minor change (even adding one
    single letter) to my template or when I try to create a new page
    from that template, the resulting pages have missing images (my
    whole top banner), but the actual template looks perfect. You can
    actually seean example of a page on a test website at
    http://ww2.itrak.com/iTRAKnouveau/
    I seem to remember I actually had this problem once before
    and I did not have it in Dreamweaver 8 but I am not sure of my
    recollection.
    Unfortunately, this time I cannot access Dreamweaver 8
    anymore... I am really hoping someone can solve this one with me!!
    Christine

    nope
    Jo
    "Murray *ACE*" <[email protected]> wrote
    in message
    news:[email protected]...
    > Sounds like it's not a DW problem after all....
    >
    > --
    > 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
    > ==================
    >
    >
    > "josie1one" <[email protected]> wrote in
    message
    > news:[email protected]...
    >> There's this:
    >>
    >> body {
    >> background-color: #d3d5d6;
    >> margin-top: 0px;
    >> background-image: url(); <----------- no image
    defined
    >> background-repeat: repeat-x;
    >>
    >> and
    >>
    http://ww2.itrak.com/iTRAKnouveau/images/header_print.jpg
    >>
    http://ww2.itrak.com/iTRAKnouveau/images/header_itrack_4_01.jpg
    through
    >> to 4_24 don't appear to be on the server - Not
    Found. Can you check your
    >> site definition?
    >>
    >> --
    >> Jo
    >>
    >>
    >>
    >>
    >> "Strateege Health"
    <[email protected]> wrote in message
    >> news:[email protected]...
    >>> Hello,
    >>> I am having a very major problem with a
    template. I am on Dreamweaver
    >>> CS3 and
    >>> my template has been created in Dreamweaver 8
    and it says in parenthesis
    >>> (xhtml) - even though all my pages from the
    template are html.
    >>> When I now make even the most minor change (even
    adding one single
    >>> letter) to
    >>> my template or when I try to create a new page
    from that template, the
    >>> resulting pages have missing images (my whole
    top banner), but the
    >>> actual
    >>> template looks perfect. You can actually seean
    example of a page on a
    >>> test
    >>> website at
    http://ww2.itrak.com/iTRAKnouveau/
    >>> I seem to remember I actually had this problem
    once before and I did not
    >>> have
    >>> it in Dreamweaver 8 but I am not sure of my
    recollection.
    >>> Unfortunately, this time I cannot access
    Dreamweaver 8 anymore... I am
    >>> really
    >>> hoping someone can solve this one with me!!
    >>> Christine
    >>>
    >>
    >>
    >

  • Dreamweaver CS3 Hidden Template Help

    Hello I am new to these forums and would appreciate any help I can get. Ok here's the issue.
    I'm using Dreamweaver CS3 to work on a website that was created from a template. Everything was going fine until I did something and now the template doesn't display in the design view of dreamweaver. It will render perfectly fine in the browser, and when i pull up the corresponding .dwt file the layout is there. I can still see my editable regions and the content within. It just won't display in dreamweavers design view of the page that it is linked to.I'm sure i just unchecked some list item that displays this I'm just not sure where or how I did it.
    Please let me know if you need me to post any of my code etc. Thank you for your time and help it is much appreciated.
    Thank you, JRED

    JRED85 wrote:
    Ok so in the end I shutdown Dreamweaver and restarted it and it fixed my problem.
    Computers and computer programs occasionally get tired/confused, just like humans. Closing down and restarting often does the trick.
    Since you're new here, you might take a few moments to look at the Dreamweaver FAQ. The answers to some of the most common problems can be found there.

  • Preparing images for Dreamweaver cs3, using InDesign for templates

    Hi, I'm about to start putting all my files together for my
    website, but need to know in what form to save my images. I know
    they should be jpegs or gifs, but what resolution, and what size?
    Should I size them close to the size I want to see them on my
    website? For example if I want to make a little linked (like a
    thumbnail that you click on) image of a painting, and have the full
    size image of that painting open up, should I save that image in
    two different sizes?
    Also, the tutorial I'm learning from says I can make a
    template for use in Dreamweaver, with Photoshop or Illustrator, but
    I'd rather use InDesign. Can I use InDesign files as templates in
    Dreamweaver? If so, in what form should I save them?

    > Can I
    > use InDesign files as templates in Dreamweaver?
    it won't be of any practical use, except to print out and use
    as a guide.
    on the images, make them the PIXEL size they need to be in
    the web page.
    If you aren't sure yet what exact size they will be, make
    them a bit
    oversize. Then after changing the html display size of them
    in dreamweaver
    (click on the image, then press shift key and drag corner of
    image to
    resize) you can jot down the pixel size shown in the dw
    properties
    inspector, and resize the image in an image editor to those
    pixel
    dimensions. For a resolution, just use 72 ppi as a number to
    put there.
    It's the pixel dimension that matters.
    Alan
    Adobe Community Expert, dreamweaver
    http://www.adobe.com/communities/experts/

  • Dreamweaver CS3 Trail Wont start

    When I open Dreamweaver I get the standard screen about
    entering a serial # or try for 30 days. When I click 30 days and
    continue I get "A problem was encountered while trying to load the
    trail period for Adobe Dreamweaver CS3" continue takes me back to
    the previous screen or just quit. Anyone else have his problem? I
    am on VISTA Enterprise Edition.

    http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=fb181c10
    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
    ==================
    "TheScarecrow" <[email protected]> wrote in message
    news:f29qch$301$[email protected]..
    > When I open Dreamweaver I get the standard screen about
    entering a serial
    > # or
    > try for 30 days. When I click 30 days and continue I get
    "A problem was
    > encountered while trying to load the trail period for
    Adobe Dreamweaver
    > CS3"
    > continue takes me back to the previous screen or just
    quit. Anyone else
    > have
    > his problem? I am on VISTA Enterprise Edition.
    >

Maybe you are looking for

  • Satellite L10-333: Display stays black until I tap the edge of the screen

    I have a Satellite L10-333 which is about 3 years old, it has suddenly began to have screen problems. It started with a white screen instead of the normal one, and a black line all the way down the middle. Now when I turn the pc on, the screen stays

  • Muse/Acrobat question about interactive PDFs linked to in Muse...

    So I made a link to email, gave it a blue rollover state, exported this in an interactive PDF which I then have a link to in Muse. When you click on it, it opens in a new window/tab, w/ this weird gray color behind it. Any ideas how I can remove this

  • Type Tool Lettering Not Visible

    I have Photoshop Elements 9 on a Mac, just upgraded to Yosemite. I am unable to get the type tool to show my lettering. It creates a layer but the lettering is just not there.

  • Cannot Create Association Form Parameters on Workflow

    I am creating a Reusable workflow. When I click on "Initiation Form Parameters" and then click on "Add" I do not have any options besides field name and information Type. Everything is created as an initiation form. See pictures below. The first pict

  • Organization Model Enhancement

    Hi All,    We need to assign multiple CRM sale office to same ERP Sale office.We have to enhance the organisation model for the same.   We have already created organisation model.   Please let me know what will be the impact if we enhance the org mod