I decided to do a complete redesign for www.thechessworld.com using Dreamweaver 8 as a main tool. I designed a new template but when I created new page using this template and add some text to it Dreamweaver gave me the following: “This change would require changing code which is locked by a template or a translator. The change will be discarded.”
Why don't you just not use the templating system? It should be easy enough to use only HTML, CSS and images to update the site. In the meantime, you should probably study up on HTML and CSS. Dreamweaver tends to be a bad tool for non-professionals. I recommend you start looking at the code more, and take some tuturials so you can understand HTML structure better. It won't take long for you to get the basics.
__________________
I build web things. I work for the startup Please login or register to view this content. Registration is FREE .
Thank you for the advise. I will study HTML sometime soon. I thought that templates would make website updates a alot easier: say I need to add a new button to the menu to every page of my 100 pages website, I'll just change template and that's it.. otherwise I'll have to do it manually.
Okay, what about the current problem? How do you make it work??
Quote:
Originally Posted by wayfarer07
Why don't you just not use the templating system? It should be easy enough to use only HTML, CSS and images to update the site. In the meantime, you should probably study up on HTML and CSS. Dreamweaver tends to be a bad tool for non-professionals. I recommend you start looking at the code more, and take some tuturials so you can understand HTML structure better. It won't take long for you to get the basics.
I do templating dynamically, from the server. You're right that templating can speed things up dramatically. Your example about adding a new button to 100 pages is exactly on. Professionals almost always do this with a technique called Server-Side-Includes. This can be somewhat intimidating, because it means programming the server, but in fact it is a very basic and easy concept.
Not necessarily. Another solution to that scenario would be use server-side includes.
You can open up the Dreamweaver files in notepad, take out the editable area tags, then re-open in DW to continue editing - but your page won't be templated any more.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!
i have apage with two lbrary items and i was trying to add another library items; i got the error "locked by a template or a translator ERROR"! message!!
How do i solve this? please!!
Last edited by chrishirst; 02-04-2009 at 08:13 PM..
__________________
Chris. ->> Please login or register to view this content. Registration is FREE <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
« Reply to Dreamweaver: "locked by a template or a translator ERROR"!