Pretty much when I complete a new HTML page it is sent to developers in India who eventually put the webpage live. Once in awhile these India developers will make changes to the code or they will tweak existing pages upon the request of my boss. My boss makes it mandatory that these Indian guys make changes from time to time so I have no control over these guys.
The problem lies in the fact that they are using Dreamweaver to make changes on the startup’s webpages, which as a result, screws up all of hand coded HTML and more specifically the layout of the entire page. The layout is really what is causing most of the problems. The Indian guys, by using Dreamweaver, change the layout of the page every time they do any minor adjustment in Dreamweaver. The layout may not change the look of the webpage in the browser, but it does change the CSS. This in turn screws up the layout of any of my newly added sections that I add from time to time.
So my solution, and hopefully some of you can help, is to make a template for every page on the site; a template that can not be altered by these Indian developers. This way even if these Dreamweaver guys change some code around the template is intact and so is the general layout of the page.
Now here is where some of you (I hope) can help. How do you lock an HTML template, so no one can alter it. Second, any suggestions are welcome. Thanks in advance.