Ahh yes. Not possible to do it using CSS or HTML styles. If the page has dynamic content, you are going to have to either anticipate the content's max height and insert page breaks or allow for broken content.
For instance, if you know that the amount of rows will always be like your example, you can add a page break after every other table. Do the math; how many rows are allowed on a page? If the rows are greater than allowed, add a table/TH and a page break so it will return a header with the continued results on the next page. If you're not getting my blah, blah let me know and I will setup an example. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:321767 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

