The font size inside a .css working in lower env, but seems not working in PROD
Hi experts,
I have an issue with the font size in a pdf file that was generated by .cfm files. With the same .cfm files and .css ( baaically the codes are identical), the font size in the generated report pdf file looks different in UAT and production. I am thinking that it could be that .css is not production environment. It works in lower environment because I changed the font size in .css, it reflects in the generated pdf file.
Is it possible that the Admin Control has some settings to control that?
in a.css file: td.L1 {
font-size : 8pt;
In .cfm file:
<link rel="stylesheet" type="text/css" href="css/a.css">
Thanks very much,
Jc
