This blog has moved to www.sharepointconfig.com

Sep19

Relative URLs in SharePoint

Categories: Customisation, Web Content Management, MOSS, Master Page
If you are referencing resources such as style sheets, images, JavaScript etc in a SharePoint environment you need to be careful to ensure that URLs are relative to the current site (or site collection) so that if sites are moved the references do...
 
May1

Minimal SharePoint Master Page

Categories: Master Page, Web Content Management, MOSS, Customisation
Master pages provide a great platform for branding custom SharePoint sites. By default, however, the master pages included with WSS and MOSS sites include a lot of unnecessary mark-up. As I like to keep my code as clean as possible a while ago I t...
 
Apr10

Using Nested Master Pages in SharePoint

Categories: Customisation, Master Page, MOSS, Web Content Management
One cool feature of master pages is that you can use nested master pages to keep global elements together, but have separate master pages for each sub site. The basic idea is to create a 'parent' master page that defines the page structure, and 'c...