Adding images or text

You can add your company's logo or custom text as a header for reports.

You can use HTML code and CSS styling to add headers, images, or text to the dashboard.
  1. Click Add Widget in the dashboard.
  2. Select the Custom HTML Block widget.
  3. In the Custom HTML Block Widget window, enter a title for the widget.
  4. Select a size for the widget. Use Full size for large areas that span across the screen, while Half is useful for displaying a smaller area.
  5. Enter your HTML content.
  6. When you are finished, click Save.
The following example adds an image with custom styling:
<img style='width:400px; height:400px;' src='https://your.company.com/path/image.jpg' />