I'm trying to deliver a packet of information to my user in a cfdocument format. I have five programs and each program will build a printable page. I created a program and have cfdocument tag around it and this program I use the cfinclude tag to include the 5 programs. I do it this way because that is the only way I could get the page break to work in the cfdocumentitem tag. One of the called programs has a lot of information on it and it looks like the cfdocument reduces the font size to get it all in. The problem is that it reduces the font on all the other ones also. So those pages the font is very small. If I comment out the cfinclude tag for this one program then the other 4 print out in normal size. Each program has it own style section but it still looks like it uses one for the whole group.
My guestion is am I doing something wrong or is there a trick to force it to behave one way for one program and another way for another program. I like the cfdocument tag but it seems like it still has a lot of problems. I guess I'm going to break the printable button into two so the user can print them seperately. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:313111 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

