i have a javascript in my template which is in a locked area. when i edit a
page in contribute, it removes the line breaks in the script and breaks the
code. i'm not sure why Contribute would change code that is locked and
shouldn't be editable. when i open the page in dreamweaver and select 'Modify
> Templates > Update Current Page', the code is fixed and the script works
fine. i am using the 'halo' menu script from the dreamweaver .css templates,
and the script at the bottom of the page is getting changed from this: script
type='text/javascript'> <!-- var menuitem1 = new menu(7,1,'hidden'); var
menuitem2 = new menu(7,2,'hidden'); var menuitem3 = new menu(7,3,'hidden'); var
menuitem4 = new menu(7,4,'hidden'); var menuitem5 = new menu(7,5,'hidden'); var
menuitem6 = new menu(7,6,'hidden'); var menuitem7 = new menu(7,7,'hidden'); //
--> </script> to this: <script type='text/javascript'><!--var menuitem1 = new
menu(7,1,'hidden');var menuitem2 = new menu(7,2,'hidden');var menuitem3 = new
menu(7,3,'hidden');var menuitem4 = new menu(7,4,'hidden');var menuitem5 = new
menu(7,5,'hidden');var menuitem6 = new menu(7,6,'hidden');var menuitem7 = new
menu(7,7,'hidden');// --></script> since this is a 'locked' item, i'm not
sure what else i can do to keep the code from getting effected when editing.
any help would be great. thanks.