I have a two-column table, with an arbitrary number of rows.
Sometimes, the content in the right column can be much longer than the content in the left column, to the point where the content in the right column can span multiple pages.
I would like to write my HTML and CSS in such a way that when a table cell in the left column is fragmented over more than one page, a "continued" element is shown in every fragment except the first one.
The intended effect is visualized in the attached picture, where the "Foo (continued)" markers, shown in red, are what I'm struggling to achieve.
What's a good way to do this?
Sometimes, the content in the right column can be much longer than the content in the left column, to the point where the content in the right column can span multiple pages.
I would like to write my HTML and CSS in such a way that when a table cell in the left column is fragmented over more than one page, a "continued" element is shown in every fragment except the first one.
The intended effect is visualized in the attached picture, where the "Foo (continued)" markers, shown in red, are what I'm struggling to achieve.
What's a good way to do this?