Short answer?  You can't.  In fact, as my own quest for an answer to this 
problem revealed a few weeks ago, though you're on the right track with the 
page-break-inside: avoid directive, there are few browsers out there that 
recognize it, and no browsers that actually implement it correctly 
(including the latest from Netscape and Opera).

Your best alternative may be to put a page-break-before:always directive 
before you launch into your table, so your table always starts at the top 
of the printed page.

-- LBA

--On Tuesday, July 09, 2002 1:00 PM -0400 Brad Roberts <[EMAIL PROTECTED]> 
wrote:

> Anyone know how I can avoid page breaks within a table?  The following
> isn't working:
>
> <cfoutput query="qTest">
>   <table style="page-break-inside:avoid;">
>   ...
>   </table>
> </cfoutput>
>
> 
______________________________________________________________________
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to