A place for discussion about skinning and design. Before posting questions here you should review the documentation about creating skins.
Hi there,
I have a site with two menus, i.e. one horizontal and one veritical. The vertical menu is a simple list module that has been added to the layout.master files in the skins folder, so that it appears on all pages. Now, I want to show the same vertical menu on the EventDetails.aspx page, but it is not showing. However, it does show on the calendar page. I have already tried to add it to the layout.master in the App_Masterpage folder but it didn't work either.
So, please let me know if anyone has got any ideas!!
Thanks and Regards, AV.
In the layout.master file of the skin, you can set properties on the <portal:StyleSheetCombiner AlwaysShowLeftColumn="true" AlwaysShowRightColumn="true"...
to force it to always show a side column.
Hope it helps,
Joe