How to add a space-wide banner
このガイドは参考情報として提供され、アトラシアンのサポート対象ではありません。このページの内容について質問がある場合、アトラシアン コミュニティでお問い合わせください。
目的
Confluence and space administrators may want to add a space-wide message to users.
ソリューション
Confluence and space administrators can add a space-wide banner by making a change to the Main Layout. This message will appear at the top of every page in the modified space.
Screenshot: Example of a space-wide banner
To add a space-wide banner
- Go to the space that requires the banner.
- Access the space layout menu as described in our Customizing Space Layouts documentation
- Click 'Create Custom' for 'Main Layout' under the 'Decorator'.
Add the following code just before the
</head>
tag, which is the end of the HTML head section.<!-- Message Banner --> <div style="background-color: yellow; border: 2px solid red; margin: 4px; padding: 2px; font-weight: bold; text-align: center;"> ...YOUR MESSAGE GOES HERE... </div>
- [保存] をクリックします。
関連トピック
Last modified on Mar 21, 2024
Powered by Confluence and Scroll Viewport.