I have a HTML page which is very simple, it just has a vertical table that gets data dynamically generated into it. The problem I am having is that when I want to print my page, it cuts off halfway through one of my <tr>
's, like so:
Is there a way to use CSS so I can somehow end a <tr>
at the bottom of the page and then start the next <tr>
on the second page?
I've searched the web for a solution and found nothing. For what I'm after, it wasn't very easy to clearly search for it.
Hope someone can help with this.