Page Banner Graphic

In your page you would need to find where you would like the page graphic to appear. Replace the full img src="" tag with:

    [-- IF PAGE.DisplayGraphic --]
      [-- IF PAGE.Graphic --]
        [-- PAGE.Graphic --]
      [-- END_IF --]
    [-- END_IF --]

Other variations of the PAGE.Graphic tag are listed below.

    <img src="[-- OUTPUT_DIRECTORY_URL --]/media/[-- IMAGE PAGE.Graphic --]" border="0">

    <img [-- PAGE.Graphic REMOVE_HTML --] class="bannerimg">
Next: Page Text Fields