Remove editable attribute?

anna

New Member
I removed an editable attribute from a template but when I try to make another attribute editable, the option for the deleted one still pops up. Is there a way to remove a previously created editable attribute? Thanks for any help!
 

tinimic

New Member
I removed an editable attribute from a template but when I try to make another attribute editable, the option for the deleted one still pops up. Is there a way to remove a previously created editable attribute? Thanks for any help!

What template system are you using?
 

anna

New Member
A dreamweaver cs4 template. I've never used templates before; they seem pretty handy, but I'm having trouble with this particular issue...
 

tinimic

New Member
The easiest way is to open the template file, then in code view remove the comment tags for that region:

HTML:
<!--TemplateMakeEditable name="RegionName"-->

and the corresponding:

HTML:
<!TemplateEndEditable-->

then save the template. All the pages that are bound to that template will then be updated.
 
Top