Madhu Nomula's SharePoint Professionals Blog
Sharepoint Tips, Tricks, Programming, Administration and Online Trainings
Wednesday, December 5, 2012
Code to hide Global Navigation
Place the following code in CEWP:
#zz1_TopNavigationMenu
{
display: none;
}
</style>
Code to Custom text in IE tab and Add Favourates of page
Place the following code in CEWP:
<asp:Content ContentPlaceHolderId="PlaceHolderPageTitle" runat="server">
<SharePointWebControls:ListItemProperty Property="Title" runat="server"/>
(or some custom text)
</asp:Content>
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)