Sunday, March 15, 2009

Hide Quick Launch Menu from SharePoint

Go to Edit Settings and add this script to a webpart.

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

No comments: