Morning Actinic community.
i am trying just to show my toplevel sections only throughout the entire site. i do not want to show sub-sections.
Can someone point me in the right direction. I have checked out other threads concerning this subject and can confirm that if i change Act_BrochurePrimary.html
from
<td>
<script language=Javascript1.2>
document.write(YahooSections(section_tree))
</script>
</td>
with the code
NETQUOTEVAR:TOPLEVELSECTIONSTOP
i get a view like the attactched image.
However if i follow the instuctions and change Act_Primary.html with the same code it works and just shows my top level sections only.
Any ideas will be appriciated.
Christian
http://www.adams-packaging.com
i am trying just to show my toplevel sections only throughout the entire site. i do not want to show sub-sections.
Can someone point me in the right direction. I have checked out other threads concerning this subject and can confirm that if i change Act_BrochurePrimary.html
from
<td>
<script language=Javascript1.2>
document.write(YahooSections(section_tree))
</script>
</td>
with the code
NETQUOTEVAR:TOPLEVELSECTIONSTOP
i get a view like the attactched image.
However if i follow the instuctions and change Act_Primary.html with the same code it works and just shows my top level sections only.
Any ideas will be appriciated.
Christian
http://www.adams-packaging.com
Comment