I can't double click on it. I just get a circle with a line through it
Main Topics
Browse All TopicsHi
I am new to Dreamweaver. I double click on one of the pages of a template website and try
to edit the text, but can't. Has this something to do with the layers etc. I was able to edit similar text on the page before.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
murbro,
When using templates to create a page, the editable areas are bracketed by <!-- InstanceBeginEditable name="head" --> <!-- InstanceEndEditable -->. The areas between the <!-- InstanceBeginEditable name="head" --> and the <!-- InstanceEndEditable --> are the editable areas. Note that the "name=" entry is different for each editable area.
Look near the top of the page's source code for a line that looks similar to this:
<!-- InstanceBegin template="/Templates/produ
This line tells you what template is being used for the page and where it is located.
To make an area editable, open the template in code view and, at the beginning of the area you want to be editable, insert the line
<!-- InstanceBeginEditable name="head" -->
Assign a unique name, one that is not used any places else in the template.
At the end of the area that you want to be editable, insert the line
<!-- InstanceEndEditable -->
Save the template and Dreamweaver should automatically update all pages that are based on that particular template. Dreamweaver will tell you what pages will be updated. Be sure to then upload all modified pages to your website.
Business Accounts
Answer for Membership
by: udaydidigamPosted on 2009-09-01 at 22:16:25ID: 25238181
When u double click on the template properties window will open and u can edit at thier