Hi all, I am using dreamweaver 8. I have a php dreamweaver template applied to a page within my site. On the template I have some code which pulls out a recordset from the database for the menu links. This code is applied within the body tag. The problem is that when I apply the template to a page, then try to create a new recordset dreamweaver trys to insert the code under the existing recordset code in a locked region on the page hence throwing up this error: “you have made changes to code that is not marked as editable. If you retain those changes, they will be lost next time you apply a template update to this file. Do you want to retain the changes until then?†Any ideas on how to solve this error?
You probably have a syntax error in your html, like overlapping tags. If you were doing everything right, then there shouldn't be problems like this. You should paste the code here?
The problem is that dreamweaver tries to insert the databinding code (also known as recordset code) under the existing recordset code which is in a locked region by the dreamweaver template. It then throws up an error. I know that this is occurring because when I detach the page from the template it works and the code is inserted in the locked region. How do I specify where dreamweaver inserts databinding code (also known as recordset code).