Previous Topic

Next Topic

Book Contents

Updating the Home page with an HTML file

  1. Create an HTML file for the Home page.
    • The HTML file for the Home page must be plain HTML without JavaScript. The application processes and sanitizes the file, removing script tags and other potentially harmful elements.
    • If the HTML file for the Home page contains images, the src attribute of the image tag must use this syntax:

      <img src=../../Portal/Document/GetImage?filename=<image_name.ext>>

      <image_name.ext> is the name of the image file, including its extension.

    • If the HTML file for the Home page includes the company logo, the src attribute of the image tag must use this syntax:

      <img src="../../Portal/Document/GetCompanyLogo?filename=company_logo.gif">

  2. In the upper-left of the Home page, select the Admin tab.
  3. In the Edit Records section, click Update Homepage.
  4. Browse to the HTML file, and click Open.
  5. If the HTML file contains five or fewer image files, upload the files individually using the Select image file fields, then click Submit.

    or

    If the HTML file contains more than five image files:

    1. Submit the files.
    2. Click Update Homepage.
    3. Upload the additional image files.
    4. Click Submit.
Send Feedback