sharepoint designer layout
RH

TrustPilot

starstarstarstarstar Excellent

  • Home
  • Courses
  • Promotions
  • Schedule
  • Formats
  • Our Clients

Forum home » Delegate support and help forum » Microsoft Office general help » SharePoint 2010/designer layout

SharePoint 2010/designer layout

resolvedResolved · Medium Priority · Version 2010

Barry has attended:
Excel Advanced - Formulas & Functions course

SharePoint 2010/designer layout

Is it possible to create a new page/site without the main menu on the left?
Also, I'm having trouble with a new list being created, I've selected NO to display in main menu, yet it still does.
Any advice appreciated.
Thanks

RE: SharePoint 2010/designer layout

Hi Barry

Here are some answers below:

TO make sure a new item does not appear in the Left hand navigation permanent menu (i.e. NOT the recents) then go to the newly created item, then go to List/Library, then settings and under settings click on "List Name, Description and navigation", then make sure the display is set to NO.

To turn off the left hand naviation the best way to do this is to create a custom CSS file and attach it to the master page. The code needed is:

<style>
.ms-core-navigation { DISPLAY: none }
#contentBox { margin-left: 0px }
</style>
Alternatively you could add a Snippet web part and add the code into that on the main menu page.
For the main page this can be a good idea BUT for the rest of the site I would keep away from it.

Wed 1 Jul 2015: Automatically marked as resolved.


 

Microsoft Office tip:

Using the Quick Access Toolbar in Office 2010

The Quick Access Toolbar is included in virtually every Office product, including Outlook 2010, Word 2010, Excel 2010, and PowerPoint 2010.

You will find the Quick Access Toolbar in the top-left side of the window. To begin, click the Customize button (it's the little black arrow at the end of the toolbar).

Simply click the commands you want to include.

Virtually any command can be added to the Quick Access Toolbar. Click the More Commands option and a new window will open from where you can browse the commands including those not on the ribbon.

View all Microsoft Office hints and tips


Server loaded in 0.05 secs.