I am having a slight issue with a site I am in charge of updating.
The creator of the site used a Dreamweaver template as its base, and has about 10 of its html files with the DWT code inside of it.
I'm not big on Dreamweaver anymore, and could rewrite it without the DWT but it needs to go out today so that isn't an option atm.
I can edit the template easily in Dreamweaver, however the bodies of the html files are not editable.
From what I have picked up is that if you edit the DWT file, all of the sub files that it references should update.
However, this is not the case with this site.
The body of a lot of the sub html files includes tags like:
<!-- InstanceBeginEditable name="head" --><!-- InstanceEndEditable -->
etc...
Is there a way to update these files manually, or is there a trick to editing the DWT files and having all of the files that it points to update?
Thanks for any help!