• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

'InstanceBegin Tag Inside Editable Region' Error

Explorer ,
May 21, 2018 May 21, 2018

Copy link to clipboard

Copied

Hello!

I am receiving an 'InstanceBegin Tag Inside Editable Region' error when attempting to update the template used to create the page www.bigmusicgeek.com/interviews/autograph.html I understand why the error is appearing, but am unable to determine what part of the code is causing the error. Any suggestions would be greatly appreciated!

Dreamweaver Error.JPG

Thanks!

Views

470

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

LEGEND , May 22, 2018 May 22, 2018

I think the problem is caused by the fact that your "reviews" editable region contains a duplicate doctype declaration on line 92, a duplicate opening html tag on line 93, and a duplicate opening body tag on line 95.

It looks as though your editable region is using a server-side include. When doing so, the include file should contain only an HTML fragment (no doctype declaration, or <html> and <body> tags).

Votes

Translate

Translate
LEGEND ,
May 22, 2018 May 22, 2018

Copy link to clipboard

Copied

LATEST

I think the problem is caused by the fact that your "reviews" editable region contains a duplicate doctype declaration on line 92, a duplicate opening html tag on line 93, and a duplicate opening body tag on line 95.

It looks as though your editable region is using a server-side include. When doing so, the include file should contain only an HTML fragment (no doctype declaration, or <html> and <body> tags).

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines