Confluence administrators can add a site-wide banner, i.e. a message or alert that will appear at the top of every page on your Confluence site.

スクリーンショット: サイト全体のバナーの例



To add a site-wide banner,

  1. Go to the Confluence 'Administration Console'. To do this:

    • Open the 'Browse' menu and select 'Confluence Admin'. The 'Administration Console' view will open.
  2. 左側のパネルの [ルック アンド フィール] セクションで [カスタム HTML] をクリックします。
  3. [編集] をクリックします。
  4. Add the following code to the 'At end of the HEAD' textbox.
    <!-- Message Banner -->
    <div style="background-color: yellow; border: 2px solid red; margin: 4px; padding: 2px; font-weight: bold; text-align: center;">
    Your important message...
    </div>
    
  5. [保存] をクリックします。

バナーをページの下部に追加したい場合、コードを [本文の最後] テキストボックスに追加します。

関連トピック

Customising Look and Feel Overview