I am trying to figure out how to get a set of table headers to repeat on each page of output from htmldoc. I hooked up the CSS method (see below) to make sure this works, but I don't believe htmldoc does a lot with CSS.
The main question is: is there a way to make htmldoc act like this CSS when outputting to PDF?
thead {display: table-header-group;}
source
share