Monday, April 9, 2012

How to hide left side quick naviagation

Copy and paste the folllowing code in CEWP

<style>
.ms-navframe
{
display: none;
}
</style>