Tuesday, May 3, 2011

ADD FOOTER TO MASTER PAGE

You can add a footer to a v4.master page in SharePoint using SharePoint Designer 2010 and this information.
Steps
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"/>
 
Sample screenshot:
 
 adding-a-footer-code.jpg

4. Save Changes
5. Open the command prompt at type the command iisreset



If You want to change color of the font use css file(Which Resides in core.css).

1 comment:

Give Read Permission for SharePoint Add-in for Azure AD Send Mail to Office 365 Domain Group users.

Below are the Steps for Send Mail to Office 365 Domain Group or AD Group users from Provider Hosted ADD-IN. For this we needs to Give Permi...