Activity Feed
- Got Karma for Re: Add Picture to Dashboard. 06-05-2020 12:46 AM
- Posted Re: Add Picture to Dashboard on Dashboards & Visualizations. 05-18-2016 11:17 PM
Topics I've Started
No posts to display.
05-18-2016
11:17 PM
1 Karma
There is a minor error in the above example. Its missing the < / html > at the end. The following worked for me no problem.
<dashboard>
<row>
<html>
<img src="picture.jpg"/>
</html>
</row>
</dashboard>
... View more