Skip to main content
julianaz89494849
Participant
August 2, 2018
質問

Problem updating pages with new template Re: "Unbalanced InstanceBegin" tag

  • August 2, 2018
  • 返信数 1.
  • 998 ビュー

Basically my website is screwed up.

The pages that don't accept the updates to the template start like this:

<!-- InstanceBegin template="/Templates/zaluckytemplate.dwt" codeOutsideHTMLIsLocked="false" --><!doctype html>

<!--[if lt IE 7]> <html class="no-js ie6 oldie" lang="en"> <![endif]-->

<!--[if IE 7]>    <html class="no-js ie7 oldie" lang="en"> <![endif]-->

<!--[if IE 8]>    <html class="no-js ie8 oldie" lang="en"> <![endif]-->

<!--[if gt IE 8]><!--> <html class="no-js" lang="en"><!-- InstanceBegin template="/Templates/zaluckytemplate.dwt" codeOutsideHTMLIsLocked="false" --> <!--<![endif]-->

<head>

And the pages that DO accept the updates start with this:

<!doctype html>

<!--[if lt IE 7]> <html class="no-js ie6 oldie" lang="en"> <![endif]-->

<!--[if IE 7]>    <html class="no-js ie7 oldie" lang="en"> <![endif]-->

<!--[if IE 8]>    <html class="no-js ie8 oldie" lang="en"> <![endif]-->

<!--[if gt IE 8]><!--> <html class="no-js" lang="en"><!-- InstanceBegin template="/Templates/zaluckytemplate.dwt" codeOutsideHTMLIsLocked="false" --> <!--<![endif]-->

<head>

How do I change the coding to the BAD changes to make them start like the GOOD pages? And is there a way to make this change universal? (So I don't have to do it manually, page-by-page?)

    このトピックへの返信は締め切られました。

    返信数 1

    julianaz89494849
    Participant
    August 2, 2018

    p.s. I should add that I can't seem to make changes to the BAD pages because the code is locked.

    Nancy OShea
    Community Expert
    Community Expert
    August 2, 2018

    In orderr too make changes to child pages, go to Tools > Templates > Detach from Template.   Repeat for other child pages.

    You might want to consider using server-side includes.  They are a fast & flexible alternative to DW Templates.  All the magic happens on the server.

    Alt-Web Design & Publishing: Server-Side Includes with PHP

    Nancy O'Shea— Product User & Community Expert
    julianaz89494849
    Participant
    August 2, 2018

    Open the child page in a plain text editor.


    Not familiar with that - how do I do that in Dreamweaver?

    I'm working in code view.