You can add a footer to a v4.master page in SharePoint using SharePoint Designer 2010 and this information.
Steps
DeveloperDashboard
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).
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;">
© Copyright 2010
<span lang="en-us">Go MCD Technology</span>
</div>
© 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:
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).
Nice! Thank you very mucho
ReplyDelete