By Udayakumar Ethirajulu , on March 10th, 2008
I have consolidated few links from Microsoft for MOSS 2007 Product Costing.
Microsoft Office SharePoint Server 2007 and Related Technologies pricing
Microsoft Office SharePoint Server 2007 products comparison download
2007 Microsoft Office system pricing and upgrade information
By Udayakumar Ethirajulu , on March 9th, 2008
Do you want to hide your quick launch Bar in MOSS 2007
There are two ways to hide the quick launch bar
1. You can edit directly in CSS
2. Adding Hidden content editor webpart
Add new content editor webpart
Click Source Editor in ToolPane
paste the below code in content editor webpart
[style]
.ms-quicklaunch
{
display:none;
}
.ms-navframe
{
display: none;
}
[/style]
Use “” instead of “[" [...]
Popular Articles