Forum Moderators: open
Here's the problem. The only things templates allow me to edit (other than regions) is the title tag. I can't manipulate the individual header meta tags, which will cause a major problem. How can I get Dreamweaver to recognize that editable regions don't necessarily have to be in the body of the page?
-Clif
<!-- InstanceBeginEditable name="doctitle" -->
<title>title here</title>
<!-- InstanceEndEditable -->
So that it was
<!-- InstanceBeginEditable name="doctitle" -->
<title>title here</title>
<meta name="keywords" content="what ever">
<!-- InstanceEndEditable -->
I think if you changed that in the template it will apply that field to all those pages that you would then be able to update on a page by page basis.