Font size in HTML field

Stimulsoft Reports.PHP discussion
Post Reply
enigma
Posts: 22
Joined: Tue Feb 11, 2014 2:51 pm

Font size in HTML field

Post 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:
Attachments
ScreenShot209.png
ScreenShot209.png (2.18 KiB) Viewed 1936 times
Software developer from Croatia
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Font size in HTML field

Post 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.
Post Reply