Hello,
I would like to increase the font size of the icons in the maps.
For exemple, i would like to increase the font size of the icons A.
But I don't want a bigger logo.
Is it possible ?
I use the PRTG v15.
Thanks.
Article Comments
Hello,
In created map enter the Map Designer, click on the object whose name you want to enlarge, and on the right side of the page you will see the properties and the dimensions of that object.
In the field "HTML" click on a gray circle, new fields will open and please type the following:
- in the field "HTML Before" (e.g. for the font size 25):
<span style="font-size:25px !important;">
- in the field "HTML After":
</span>
Save the settings and the font size will be changed.
Apr, 2015 - Permalink
Hello,
Thanks for the reply, this is exactly what i wanted to do!
Thanks again.
Apr, 2015 - Permalink
Excellent, used the style="font-size:25px" in a custum map object.
Thanks!
Mar, 2016 - Permalink
Hello,
In created map enter the Map Designer, click on the object whose name you want to enlarge, and on the right side of the page you will see the properties and the dimensions of that object.
In the field "HTML" click on a gray circle, new fields will open and please type the following:
- in the field "HTML Before" (e.g. for the font size 25):
<span style="font-size:25px !important;">
- in the field "HTML After":
</span>
Save the settings and the font size will be changed.
Apr, 2015 - Permalink