页面中有header就要有footer,但在sharepoint 中的footer需要我们自己添加。
我们通过sharepoint designer打开v4.master定位到控件

<SharePoint:DeveloperDashboard runat="server" />后添加下面代码

1 <div class="s4-notdlg" style="clear:both;background-color:#FFFFFF; PADDING:10PX;">
2 &copy;Copyright 2010
3 </div>

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-12-21
  • 2021-10-20
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-26
猜你喜欢
  • 2021-07-27
  • 2021-07-03
  • 2022-12-23
  • 2021-06-10
  • 2021-08-26
相关资源
相似解决方案