Posts: 386
Name: El Phantasmo
Location: England, north west
|
I have my main page design saved as a template that has been applied to all of my pages within a website.
I need to set a attribute to call a JavaScript function but I cant becase the code is protected since it is part of the template. Ive tried editing the code so that I could edit the <body> attributes from any page that uses the template; like so:
Code:
<!-- TemplateBeginEditable name="body" -->
<body>
<!-- TemplateEndEditable -->
But Dreamweaver doesn't seem to like it and when I go to the design view the whole window is just blank!
Does anyone know of a way around this? Or is my only hope to have the whole page as an editable region?
|