I'm trying to figure out how to get a set of table headers to repeat on each page of output from htmldoc. I plugged in the CSS way (below) to see if that would work, but I don't believe htmldoc does much of anything with CSS.
The basic question is: Is there a way to make htmldoc act like this CSS when outputting to a PDF?
thead {display: table-header-group;}