| Hi Finema, 
re: 
> I've remove space after slash and font is ok now but Options and Help are still near Ext.scripts
 
Try switching the inserted script tag line in CommandBar.htm to have a closing </script> tag like this:
  code: 
<script type="text/javascript" src="customui/CustomInit.js"></script>
 
It looks like the newer parser is more strict about not allowing self-closing script tags anymore.
 
     - Michael |