as far as I remember, you need to define print instructions on a seperate stylesheet 
block.

<STYLE MEDIA="print">
TABLE { page-break-before: auto ;}
</STYLE>

haven't tested the above, but it should work fine.

> I have a page that displays a query in several different size tables using
> cfloop. When I print the page I don't want the table broken up on two
> separate pages. I was trying to use:
>  
> <style type="text/css">
> TABLE { page-break-before: auto ;}
> </style> 
> 
> but it just isn't working, my table is still split between two pages. Any
> help on how to put page breaks on dynamic tables, only when necessary would
> be extremely helpful.
> 
>  
> 
> Thanks in advance,
> 
> Matt
> 
> 
> 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. 
http://www.fusionauthority.com/signup.cfm

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to