Chapter 7 Menu Problems
Hello Everyone,
Just thought I would point this out. If your menu in the monochrome is bunched up and not spread out like the book shows, check your asp:menu attributes in the pagewrapper.
I was banging my head against my desk until i saw an attribute of the asp:menu control that wasn't supposed to be there. If you see StaticMenuIndent="" , delete it. For some reason that attribute showed up in the code. Once I deleted it, the menu displays correctly.
Hope this helps.
|