I would like to be able to create a custom top level section list.
I have chosen to edit simple layout 13. In Act_Primary.html the top level section list is created using NETQUOTVAR:TOPLEVELSECTIONSTOP. Basicaly this creates a vertical section list where each menu item has its own table tag.
I would like to be able to edit the section list that is produced to create a custom table with styled TD tags.
I have tried looking at ActSectionLineSmallText.html but all that gives is the anchor links:
<A HREF="NETQUOTEVAR:SECTIONLINK"><span class="actxsmall">NETQUOTEVAR:SECTIONNAME</span></A>
NETQUOTEVAR:NEXT
Does anyone know a way to get to the code for the tables themselves. I have looked at other posts and nobody appears to have an answer other than to replace the top level section list with a JavaScript version, which I would rather not do.
I have chosen to edit simple layout 13. In Act_Primary.html the top level section list is created using NETQUOTVAR:TOPLEVELSECTIONSTOP. Basicaly this creates a vertical section list where each menu item has its own table tag.
I would like to be able to edit the section list that is produced to create a custom table with styled TD tags.
I have tried looking at ActSectionLineSmallText.html but all that gives is the anchor links:
<A HREF="NETQUOTEVAR:SECTIONLINK"><span class="actxsmall">NETQUOTEVAR:SECTIONNAME</span></A>
NETQUOTEVAR:NEXT
Does anyone know a way to get to the code for the tables themselves. I have looked at other posts and nobody appears to have an answer other than to replace the top level section list with a JavaScript version, which I would rather not do.
Comment