Page 1 of 1

Font size in HTML field

Posted: Thu Jul 09, 2015 7:31 am
by enigma
Hello,
I have been trying to get other font size inside the report, but unsuccessfully. I have Allow HTML Tags set on true, and the code is

Code: Select all

<p> </p>
<p><span style="font-size: x-large;">TEXT HELLO</span></p>
<p><span style="font-size: medium;"> TEXT 2</span></p>
Can you tell me what can I change or what am I doing wrong? HTML code is not possible to change since it's generated with Tiny MCE editor.
This is what I get:

Re: Font size in HTML field

Posted: Thu Jul 09, 2015 11:45 am
by HighAley
Hello.

We have limited support of HTML tags.
You could find all supported HTML tag in the HTML Tags Demo report.

Thank you.