Sunday, February 24, 2013

SharePoint 2013 Customize master-page


To Customize sharepoint master-page:
  1. Open SharePoint 2013 in SharePoint Designer 2013
  2. Find corresponds html to your master page 
  3. Edit in advanced mode
  4. Add html before end of workspace div:
    <div class="s4-notdlg" id="Footer" style="background: black; color: white;"> © CopyRight 2013</div> </div> 
  5. Check the result

No comments: