Hello
I am trying to add an improved menu to my site. This works fine with brochure type pages, but as soon as I try to put the menu onto an Actinic page (based on Act_Primary), the menu is ignored.
It seems to be this line that prohibits the menus appearance
<BODY NETQUOTEVAR:BGIMAGE NETQUOTEVAR:BGCOLOR TEXT="NETQUOTEVAR:FGCOLOR" NETQUOTEVAR:LINKCOLOR NETQUOTEVAR:VLINKCOLOR NETQUOTEVAR:ALINKCOLOR marginwidth="0" marginheight="0" leftmargin="0" topmargin="0" OnLoad="NETQUOTEVAR:ONLOAD" bgcolor="#ECE9D8">
This is the menu code, placed directly after the body tag:
<script type='text/javascript'>
function Go(){return}
</script>
<script type='text/javascript' src='exmplmenu_var.js'></script>
<script type='text/javascript' src='menu_com.js'></script>
(The javascript all works fine)
Any help is very much appreciated!
Thanks
Paul
I am trying to add an improved menu to my site. This works fine with brochure type pages, but as soon as I try to put the menu onto an Actinic page (based on Act_Primary), the menu is ignored.
It seems to be this line that prohibits the menus appearance
<BODY NETQUOTEVAR:BGIMAGE NETQUOTEVAR:BGCOLOR TEXT="NETQUOTEVAR:FGCOLOR" NETQUOTEVAR:LINKCOLOR NETQUOTEVAR:VLINKCOLOR NETQUOTEVAR:ALINKCOLOR marginwidth="0" marginheight="0" leftmargin="0" topmargin="0" OnLoad="NETQUOTEVAR:ONLOAD" bgcolor="#ECE9D8">
This is the menu code, placed directly after the body tag:
<script type='text/javascript'>
function Go(){return}
</script>
<script type='text/javascript' src='exmplmenu_var.js'></script>
<script type='text/javascript' src='menu_com.js'></script>
(The javascript all works fine)
Any help is very much appreciated!
Thanks
Paul
Comment