Font size in HTML field
Posted: Thu Jul 09, 2015 7:31 am
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
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:
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>
This is what I get: