limited control over html label font size in Servoy 3.5

Dear all

I am trying to set the font size in a label to smaller than it currently is. When it prints, it is equivalent to about 8 or 9 point, but I need it to be much smaller. Setting the size in the html editor in Servoy doesn’t affect the text at any size below what it calls 8 point (the text size doesn’t shrink any further whether visibly on the form, or on the print). What is the trick to really small text if it must be an html label?

Thanks

Bevil

If you set the font size for the label manually, so not using the html editor, you can get smaller than 8pt:

Hi, thanks for the reply…

I did try that, it didn’t make any difference. The html size control overrides the label font size, but THAT doesn’t work at small sizes…

Thunder:
The html size control overrides the label font size, but THAT doesn’t work at small sizes…

That is correct.

So the idea is to only use the label size control and NOT the html size control (if you have done that already, you have to remove all the tags from the html source).
If you do it that way, you can get the font really small and still use html, see the screenshot in my previous post.