Sometimes, to print labels, I do them all in a table then stream it to the
browser as an .MHT file. This is a web archive file that Microsoft Word will
open. MS Word should handle the lining up of the TDs well through out the
entire document. 

This only works if you are willing to open up MS word to print.

<cfheader name="content-disposition" value="attachement;
filename=labels.mht" />
<cfcontent type="application/ms-word" />
 

.......................
Ben Nadel 
www.bennadel.com
Certified Advanced ColdFusion Developer

Need Help?
www.bennadel.com/ask-ben/


-----Original Message-----
From: Rick Faircloth [mailto:[EMAIL PROTECTED] 
Sent: Thursday, August 31, 2006 3:48 PM
To: CF-Talk
Subject: Method for printing labels from browser?

Hi, all.

I'm running a CF query and populating a browser with addresses using the MOD
3 code on a cell to create 3 columns, then trying to use a css
page-break-after command when the rows reach 30,
(3 columns of 10 labels per page) and trying to use MOD 30 to trigger the
page break.

I'm having trouble getting things to line up properly from page to page and
even getting the page break.

Anyone have any methods for printing labels from a browser or know of an
online info about that?

I'm close, but no joy so far.

Thanks,

Rick





~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:251685
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to