Ever wanted to completely hide the quicklaunch on a page or two in sharepoint but just didnt know how? Well, its EASY!
All you have to do is add a content editor web part to your page and then drop in the following code.
<style type="text/css">
#s4-leftpanel {
DISPLAY: none
}
.s4-ca {
MARGIN-LEFT: 0px
}
</style>
No comments:
Post a Comment