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

  1. Go to the space that requires the banner.
  2. Access the space layout menu as described in our Customizing Space Layouts documentation
  3. Click 'Create Custom' for 'Main Layout' under the 'Decorator'.
  4. 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>
  5. [保存] をクリックします。

関連トピック

Confluence のルック アンド フィールをカスタマイズする

最終更新日 2022 年 4 月 14 日

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.