The WebHeader Template

You can copy and edit this WebHeader.htm template to create a custom header for Spotfire Web Player.

<table cellpadding="0" cellspacing="0" style="white-space:nowrap;" >
  <tr>
    <td style="width: 1px; vertical-align: bottom; ">
      <img alt="Logo" src="/[%AppPath%]/Images/CompanyLogoWide.png" />
  <!--
    The logo image should be named CompanyLogoWide.png and placed in a subfolder
to the path containing all the other cobranding files. The subfolder should
be named "Images".
  -->

    </td>
    <td style="white-space: nowrap; vertical-align: bottom;">
      <span class="CustomizationAreaLargeText">
        Sample Product Name
      </span>
    </td>
  </tr>
</table>