How do you display child nodes containing a graphic image as a list
I have the following content tree.
Content --- Home page ------ About Us ------ Contact US ------ Sub Menus ------------ Submenu1 ------------ Submenu2
I will like to present the children of the Sub Menus as links on the home page. I created an xslt with the macro using the list sub pages by level template show these nodes at level 2, but did not get any success. I also created a xslt with the macro using the list sub pages by document type (since submenu 1 and submenu 2 use the same document type but different from the document tye associated with the home page) but did not get the links to show. Each link Submenu 1 and Submenu 2 have an image file to display.
How do you display child nodes containing a graphic image as a list
I have the following content tree.
Content
--- Home page
------ About Us
------ Contact US
------ Sub Menus
------------ Submenu1
------------ Submenu2
I will like to present the children of the Sub Menus as links on the home page. I created an xslt with the macro using the list sub pages by level template show these nodes at level 2, but did not get any success. I also created a xslt with the macro using the list sub pages by document type (since submenu 1 and submenu 2 use the same document type but different from the document tye associated with the home page) but did not get the links to show. Each link Submenu 1 and Submenu 2 have an image file to display.
Any suggestions
Hello Paul,
Can you post the xslt you created? Also it seem to me like you would need to get the nodes at level 3 instead of 2.
Gio
is working on a reply...