Open gijsstrik opened 1 year ago
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?
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?