Just what I needed.  Thanks. 



-----Original Message-----
From: Candace Cottrell [mailto:[EMAIL PROTECTED]
Sent: Tuesday, 25 March, 2003 09:21
To: CF-Talk
Subject: Re: Page break in report


Put this at the top of the page in your <head>
 
<STYLE TYPE='text/css'>
P.pageEnd {page-break-before: always}
</STYLE>
 
Then where you want the page break:
 
 <!--- Page Break  --->  
<p class="pageEnd"></p>
 
 
 
Candace K. Cottrell, Web Developer 
The Children's Medical Center 
One Children's Plaza 
Dayton, OH 45404 
937-641-4293 
http://www.childrensdayton.org
 
 
[EMAIL PROTECTED]

>>> [EMAIL PROTECTED] 3/25/2003 9:05:46 AM >>>
I'm creating a composite summary report from a query and need, if the
report
is later printed, to ensure a page break between individual reports or
items.  Any idea how I can accomplish this?  

Rick 




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

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

Reply via email to