Tuesday, September 20, 2011

Add Footer to Master Page

1. Open the v4.master page using SharePoint Designer 2010 and look for:

               DeveloperDashboard
 
2.  Copy and paste the div below into code view of the v4.master page.
 
   <div class="ms-wpselectlink" style="clear: both; padding: 10px; background-color: #FCFCFC; border: 1px solid #DBDDDE;">
&copy; Copyright 2010
<span lang="en-us">Go MCD Technology</span>
</div>
 
3. Be sure the above code is immediately before the line below.
 
<SharePoint:DeveloperDashboard runat="server"/>

No comments:

Post a Comment