On the PM square site I found a usefull tip about using HTML instead of uploading icons. See link:
https://pmsquare.com/analytics-blog/2021/7/12/top-7-cognos-tips-june-2021So I dropped 2 HTML items in a block:
<style>@import url('https://fonts.googleapis.com/css?family=Material+Icons');</style>
<span class="material-icons">arrow_circle_up</span>
When I set the foreground color the icon has this color, but when the size of the icons does not change when I set the size of the block to for example 60px x 60px. It works when I change the html item to: <span class="material-icons" style="font-size:60px">arrow_circle_up</span>
1) How can I change the color without changing the HTML item?
2) I would also like to use this HTML icon as a drill-through, just like an uploaded image. Is this also possible?
------------------------------
Thomas van der Meer
------------------------------
#CognosAnalyticswithWatson