Hide the quick launch side bar in a SharePoint teamsite with out editing the master page.
Create a contenet editor web part and open the source editor.
Put in the following code:
<style>.ms-navframe{ display:none; }</style>
Hide the header:
<style>.ms-globalTitleArea{ display:none; }</style>
Put in the following code:
<style>.ms-navframe{ display:none; }</style>
Hide the header:
<style>.ms-globalTitleArea{ display:none; }</style>
Comments
Post a Comment