Not that I know of. Your application can never know where the page break will occur, because that is decided by the browser when it formats the page for the printer. Some of the variables that would affect where the page break occurs are: actual (displayed) font size, border width, cellpadding, whether or not text is allowed to wrap in the cells, etc. Although you can specify most of those things, the browser is allowed to make its own decisions on how it will render the HTML that you send to it.