hello i read pdf documentation its cool
but we didn't have reference to pdf library generator ... and renedring is so strange lol (i now it a library limitation)
exemple :
i try to add a background in table price and text centered
i do this code
but background isn't rendered and texte is alway on left ...
any recommandation ?
thanks for you great CRM and very good support
but we didn't have reference to pdf library generator ... and renedring is so strange lol (i now it a library limitation)
exemple :
i try to add a background in table price and text centered
i do this code
Code:
tbody> <tr style="background:#cccccc;"> <th width="5%" align="left" style="text-align: center; "><b>#</b></th> <th width="48%" align="left" style="text-align: center;"><b>Désignation</b></th> <th width="15%" align="left" style="text-align: center;"><b>Nombre de participant</b></th> <th width="16%" align="left" style="text-align: center;"><b>P.U HT</b></th> <th width="16%" style="text-align: center;"><b>Montant HT</b></th> </tr>
any recommandation ?
thanks for you great CRM and very good support
Comment