Book Image

SharePoint Designer Tutorial: Working with SharePoint Websites

By : Mike Poole
Book Image

SharePoint Designer Tutorial: Working with SharePoint Websites

By: Mike Poole

Overview of this book

Table of Contents (17 chapters)
SharePoint Designer Tutorial
Credits
About the Author
About the Reviewer
Preface
Index

Setting Up Contribution on Our Master Page


Let's go ahead and put some of these features into practice. The first thing that we will do is create a new master page, to which we can add our content placeholders:

  1. Go to File | New | Page.

  2. Click on Master Page.

  3. Click OK.

  4. File | Save As.

  5. Browse into the _catalogs/masterpage/ folders.

  6. Specify the File name as share.

  7. Save.

  8. When SharePoint prompts you to include a SharePoint Web Part Manager to the master page, click Yes.

  9. When SharePoint prompts you to include a SharePoint Robots Meta Tag control to the master page, click Yes.

SharePoint has already created a content placeholder called ContentPlaceHolder1 for us on our new master page. Go ahead and rename this placeholder to textExample (we can do this by opening the Tag Properties task pane and changing the ID or by clicking on Manage Microsoft ASP.NET Content Regions).

To assign a region type to our new content region, we right-click on the placeholder and select Manage Microsoft ASP.NET Content Regions...