Forum Discussion

DineshRampal's avatar
DineshRampal
Qrew Cadet
3 years ago

formatting in API_GenResultsTable

Hi folks,

I am working on a HTML page which uses API_GeneResultsTable api to put a table. The header of the data has a formatting , something like this and I want to change that. I have tried playing with css but it doesn't help.

Does someone know how we can do this? The issue is that when i print this page to a PDF file the headings becomes grayed out and user can't read it

Screenshot showing the problematic area enclosed.

thanks a lot

------------------------------
DineshRampalDINESH.RAMPAL@APOLLOTYRES.COM
------------------------------

1 Reply

  • Hi Dinesh;
    Add th style belowin CSS, it should work.
    Thank you

    <style>
    th {
    background-color: yourbackgroundcolor;
    color: yourfontcolor;
    }
    </style>

    ------------------------------
    Razi D.
    Desta Tech LLC
    razi@destatechs.com
    ------------------------------