Exact form Font Size increment for Child table records
Hi,
We are using quick base exact forms for one of our application.
We are able to increase the font size for header of embedded child table report. However not able to increase the font for records content.
can anyone help me in resolving this.
We are using below code to get records from child table. updating font size in this script not helping.
--------------------------------------------------------------------
<p class=MsoNormal align=center style='margin-bottom:0in;margin-bottom:.0001pt;
text-align:center;line-height:120%'><span style='font-size:11.0pt;line-height:
120%;font-family:"Trebuchet MS","sans-serif";letter-spacing:.2pt'>~=if(f[252]!=0)qdb.GetURL("bgc7px2h4",
"API_GenResultsTable^query={'6'.EX.'"+ field["Record
ID#"]+"'} AND{24.EX.0}^clist=26.8.17.21.64.57.23.63.13.67.68.69^options=qws.nvw.ned.phd.nfg.sortorder-A^slist=26")~~=if(f[252]==0)qdb.GetURL("bgc7px2h4",
"API_GenResultsTable^query={'6'.EX.'"+ field["Record
ID#"]+"'} AND{24.EX.0}^clist=26.8.17.21.64.57.23.63.13.67.68.69^options=qws.nvw.ned.phd.nfg.sortorder-A^slist=26")~</span></p>
-----------------------------------------------