How to center html table?

前端 未结 5 2255
小鲜肉
小鲜肉 2020-12-19 23:08

Trying to create proper PDF document, using PHP and TCPDF.

Can you help me, how can I use writeHTML function to create and center table, in TCPDF?

Tryed wit

5条回答
  •  -上瘾入骨i
    2020-12-19 23:44

    Ok, so I don't know if there is solution for my problem...

    However, I did manage to solve it by using writeHTMLCell funcion, ie.

    $this->writeHTMLCell(50, 0, 50, 50, 'cellcontent', 'LRTB', 1, 0, true, 'L'); 
    

    If somebody can find better solution, please reply.

    Tnx!

提交回复
热议问题