Spotfire® Cobranding

Customizing the landing page in Spotfire Analyst and Web Player clients

You can replace and customize the contents on the landing page that you see when you open a Spotfire client, after you have logged in. To create your own landing page, you use an .html file. With HTML and CSS you have rich options for making the landing page your own.

Before you begin

You need a cobranding.config file to work with. To create one, see Creating a cobranding.config file.

About this task

Procedure

  1. Create an .html file that you want to use for the landing page.
    Tip: To quickly get started, you can copy and modify the included HTML template.
  2. Save the .html file to the directory where your cobranding.config file is located.
    Tip: In the cobranding.config template, the default filename of the .html file for the landing page is LandingPageTemplate.html.
  3. Open the cobranding.config file in an XML or text editor.
  4. Locate the setting landingPage, and make sure the filename matches your landing page .html file.
    <landingPage>LandingPageTemplate.html</landingPage>
  5. Save your changes.