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.
- Click Add Widget in the dashboard.
- Select the Custom HTML Block widget.
- In the Custom HTML Block Widget window, enter a title for the widget.
- 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.
- Enter your HTML content.
- 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' />