HighDots Forums  

Re: Need help with locked code in template

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss Re: Need help with locked code in template in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Gary White
 
Posts: n/a

Default Re: Need help with locked code in template - 01-02-2008 , 11:13 PM






On Wed, 02 Jan 2008 21:18:08 -0500, Alan
<please_dont_mail_me (AT) example (DOT) com> wrote:

Quote:
!-- TemplateBeginEditable name="head" --
!-- TemplateEndEditable --
!-- InstanceBeginEditable name="head" --

Editable Regions need to have unique names. There's two named "head"
I suspect the problem lies in the InstanceBeginEditable and
InstanceEndEditable in the template file.

Gary


Reply With Quote
  #2  
Old   
Gary White
 
Posts: n/a

Default Re: Need help with locked code in template - 01-03-2008 , 12:01 AM






On Thu, 03 Jan 2008 00:22:31 -0500, Alan
<please_dont_mail_me (AT) example (DOT) com> wrote:

Quote:
yes, the use of child page comments in a template file is probably the
problem. But if that is solved, having two editable regions with the same
name will cause problems.

short version- things be horked big time.
<chuckle /> Methinks you're right. It looks like the copy/paste monster
has been munching on it. One guess to fix it would be to open it in a
text editor and change this:

<!-- TemplateBeginEditable name="head" -->
<!-- TemplateEndEditable -->
<!-- InstanceBeginEditable name="head" -->

To this:

<!-- TemplateBeginEditable name="head" -->
<!-- TemplateEndEditable -->

And change this:

<!-- InstanceEndEditable --></head>

To this:

</head>

Gary


Reply With Quote
  #3  
Old   
90sparty
 
Posts: n/a

Default Re: Need help with locked code in template - 01-03-2008 , 07:22 PM



Thanks Alan and Gary!! That worked!

Reply With Quote
  #4  
Old   
Gary White
 
Posts: n/a

Default Re: Need help with locked code in template - 01-04-2008 , 12:29 AM



On Fri, 4 Jan 2008 01:22:08 +0000 (UTC), "90sparty"
<webforumsuser (AT) macromedia (DOT) com> wrote:

Quote:
Thanks Alan and Gary!! That worked!
You're welcome. Good luck!

Gary


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.