Forum Moderators: open

Message Too Old, No Replies

Dreamweaver - locked by a template or a translator

Dreamweaver error - locked by a template or a translator

         

What_The

4:01 am on Mar 11, 2003 (gmt 0)



I created a template, then made a site from that template. Everything works fine and dandy until I try to change coding within an editable region. I get the following messsage:

<< Making this change would require changing code that is locked by a template or a translator. This change will be discarded. >>

I can change it in dsign view, but not in the code view.

Any ideas of how I can fix this?

BlobFisk

10:59 am on Mar 11, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Welcome [webmasterworld.com] to WebmasterWorld, What_The!

From what you're describing, it seems like DW thinks that you are trying to make changes to a non-editable region. In the code view, are you sure that the changes you are making are between the begin editable tags?

What_The

12:06 am on Mar 13, 2003 (gmt 0)



I actually figured out the problem. I had a <script>blah blah</script> between the </head>script here<body>.

I moved the </head> to be after the script and it works fine