Microsoft Office FrontPage 2003      
Developer's Toolkit
Resources | Links | Search
  extend design code  
             
  New Features
 
Microsoft® Windows® SharePoint Services
 
Microsoft® Office SharePoint Portal Server
 
Microsoft Office System
 
.NET Framework
 
 
Real world scenarios that fully expose great new functionality in FrontPage 2003 and Windows SharePoint Services.
 
 
  financial planning finance  
  sales & marketing sales & marketing  
  human resources human resources  
   
  FrontPage Developer's Toolkit > Resources > Tips and Tricks > Code
 

Adding the Left Hand Site Navigation to Custom Pages in Windows SharePoint Services-based Webs

The Quick Launch navigation in a default Windows SharePoint Services-based Web site actually uses the Link Bar feature in FrontPage 2003. Of course this means you can use Link Bar properties to customize Quick Launch. It also means you can add the Quick Launch bar to custom pages you develop whether they are .aspx, plain HTML, or special Web part pages.

To copy the Quick Launch Link Bar on the default page to custom pages in your Windows SharePoint Services-based Web site, open the pages in FrontPage 2003 and do the following:

  1. In Design view switch to the default page and click in the Quick Launch on the left side of the page.
  2. From the Table menu, click Select and then select Table. This step assures you copy the entire Link Bar.
  3. Press the keyboard combination Crtl-C to copy, switch to the custom page you want to place it in, and paste the Link Bar into an empty table cell by clicking on the cell and then pressing Crtl-V.
  4. Select the cell you just pasted the Link Bar into and copy/paste the properties in the line below into the <TD> cell tag-

    id="webpartpagenavbar" widthchange="175" height=100% class=ms-nav


     
  5. Save the page.

Tip: If the formatting of the Link bar appears different check to see if the ows.css style sheet is referenced in the <Head> tag of the page. If it isn't add this line of code just above the </Head> tag-

<link REL="stylesheet" Type="text/css" HREF="/_layouts/1033/styles/ows.css">

More information
For more information about customizing Link Bars, see Microsoft FrontPage 2003 Help.