Christian Packmann
2009-Sep-16 15:30 UTC
[webgen-users] Menus: how to suppress section index
Hi, I''m doing my first tests with webgen. I''m currently stuck with a menu problem. I have a multi-level menu: Home Section1 Page1.1 Page1.2 Section2 Page2.1 ...etc... How can I turn off generation of .html for the section headings, so that only text is generated for the sections, while each page within a section is a link?
Hi,> I''m doing my first tests with webgen. I''m currently stuck with a menu > problem. I have a multi-level menu: > > Home > Section1 > Page1.1 > Page1.2 > Section2 > Page2.1 > ...etc... > > How can I turn off generation of .html for the section headings, so > that only text is generated for the sections, while each page within > a section is a link?Okay, if I understand correctly, you want the section headings Section1, Section2, ... to be plain text, not HTML links, but the pages themselves should be HTML links to the pages. This is currently not possible with the way webgen generates a menu by using the menu tag. It is only possible to make the currently active menu item plain text instead of an HTML link. -- Thomas