Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是 SharePoint 品牌的新手。我想放置一个覆盖一页整个内容部分的背景图像。当我将它放在母版页(例如,附加页眉)中时,它会渗入网站中的所有页面、列表等。我该怎么做呢?
在共享点设计器中打开页面
<asp:Content ContentPlaceholderID="PlaceHolderAdditionalPageHead" runat="server"> <style type="text/css"> body { background-image: url('...'); } </style> </asp:Content>