How do I add a header/footer of dynamic height?

Note that it is semantically incorrect to use tables for this purpose in accessible documents. You should be using a grid instead of a table, since grids do not carry the semantic meaning that tables do, but produce visually similar output.

1 Like