Dakota Burns wrote: > Is their a way through coding or a third-party tool, to print these > listings in portrait format so new listings start on a new page? > > (This thought may be to "simplistic", but what I'm essentially looking to do > is insert a page-break at the end of each loop.) > > Thanks for your help. > ~ Dakota If you can convince the client(s) to use a browser that understands the CSS page-break-after directive, you could put that on the horizontal rule and it would do what you desire in these browsers. Unfortunately IE is not one of these browsers as far as I know, I haven't tried it in the latest version yet.
If delivering PDF documents is acceptable you could use CF's <cfdocument...> functionality to accomplish this. HTH Ian ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;203748912;27390454;j Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:309867 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

