Is there any way to say I want a page-break-after the length of the page has exceeded a certain number of inches (or pixels, but would prefer inches?)
I need to vent something that I'm sure most of you can realte to. I have a report that consists of dozens of tables. The first request was to select an option that printed each table on a separate page. Not too hard, I just made the table tag look like this:
So that was good. Then he wants it to not cut table rows off in the middle since some of the tables take up two or three pages (but still give a page break at the end even if there is only one row that carried over to the next page.) There is a lot of text in some of the cells which makes some of the rows quite large. Now, how on earth am I supposed to tell my page to do a page break after each table, but not split TR's? Is there even a way at all?
Thanks for listening all! Kevin
slanek@ssd.fsi.com
I need to vent something that I'm sure most of you can realte to. I have a report that consists of dozens of tables. The first request was to select an option that printed each table on a separate page. Not too hard, I just made the table tag look like this:
Code:
<TABLE STYLE="page-break-after:always;">
Thanks for listening all! Kevin
slanek@ssd.fsi.com