This topic is locked

Cross Tab report does not seem to change fonts color or style

3/6/2020 8:59:57 AM
PHPRunner General questions
M
Mark Kramer author

I am trying to change the font Size and color on the data portion(title and data) of a crost tab report (10.3 build 34513 x64) and cannot get it to change.

I have tried css and the actual font color and size selector in field properties on the designer window too but no luck.

Any ideas or is it a bug?
Thank you

Sergey Kornilov admin 3/6/2020

This kind of task needs to be handled with the help of CSS.
See CSS examples here:

https://xlinesoft.com/phprunner/docs/customizing_styles_examples.htm
Also, there are two videos that explain in depth the CSS topic:

https://www.youtube.com/watch?v=_DmMYRCUtU8

https://www.youtube.com/watch?v=yFnD38oslIc

M
Mark Kramer author 3/6/2020



This kind of task needs to be handled with the help of CSS.
See CSS examples here:

https://xlinesoft.com/phprunner/docs/customizing_styles_examples.htm
Also, there are two videos that explain in depth the CSS topic:

https://www.youtube.com/watch?v=_DmMYRCUtU8

https://www.youtube.com/watch?v=yFnD38oslIc


I will take a look. Thank you