HTMLToQPDF icon indicating copy to clipboard operation
HTMLToQPDF copied to clipboard

Table

Open gijsstrik opened this issue 2 years ago • 0 comments

Every table has a border. I used style, border = 0,
handler.SetContainerStyleForHtmlElement("table", t => t.Border(0f)); (and for good measure td, and tr). Nothing works.

What am I doing wrong and how do I set the width of td elements?

gijsstrik avatar Mar 03 '23 16:03 gijsstrik