>> The following will work.
>> create the following style:
>> .PB { page-break-after: always; margin-top : 1px; margin-bottom : 1px; }@Mark and Kelly: Thanks, but that's not what I'm trying to do. Some of the elements I'm outputting are small and I do not want a page break before or after every one of them. I need the PDF engine to put as many on a page as possible, but if there isn't room on the current page to fit the next one, it needs to insert a break and put that next element on the next page (which could then be followed by ten small elements which can also go on that page before another break is needed; forcing breaks before or after each of them would be overkill and add a lot of extra/wasteful pages to the report). The page-break-within CSS element is part of the CSS3 standard which is supposed to do exactly what I need, but cfdocument is ignoring it, unfortunately. Any other thoughts on how to accomplish that functionality? Thanks for jumping into the discussion. -Justin ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:348890 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

