Click here to Skip to main content
15,887,746 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hello Everyone,
I am using Dot Net Nuke community version to build my web site. I am very new to programming and DNN.
When i add a new page the menu is displayed horizontal like
HOME | CONTACT US | ABOUT US | CAREERS
I want to display it as a vertical menu like

HOME
CONTACT US
ABOUT US
CAREERS

How am i supposed to do it???
I tried a few menu modules like codingstaff.MenuBox but that didnt help me either.

Is there a good site that can help me learn DNN as a beginner ???
Any help appreciated.

Thanks in Advance.
Posted
Updated 8-Jun-11 20:21pm
v2

1 solution

If you are using the DotNetNuke menu, set the "display" attribute to "vertical." You will do this in the skin's manifest file if you are using HTM skins, or you can do it in the menu control if you are using ascx skins.
 
Share this answer
 
Comments
ubaidh sayed 9-Jun-11 2:28am    
i tried setting it in this control "index leftmenu 1024.ascx" But it dint work.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900