SOLVED!

I don't really want to force a page break... I've just never seen an 
HTML page be split up like that before.

Turned out that the absolute positioning of the page was causing the 
printing issue.  So in my print CSS, I removed the positioning of the 
#content div and it prints great now.

Rick

Josh Nathanson wrote:
> You can do a page break with css:
> 
> <span style="page-break-before: always;"></span>
> 
> Put that where you want a page break to go.  I think that will work across 
> browsers.  Of course, if the page is dynamically generated you'll need to 
> take that into account.
> 
> -- Josh
> 
> 
> ----- Original Message ----- 
> From: "Rick Root" <[EMAIL PROTECTED]>
> To: "CF-Talk" <cf-talk@houseoffusion.com>
> Sent: Wednesday, August 16, 2006 1:14 PM
> Subject: OT: Printing issues
> 
> 
> 
>>Okay, another off topic.
>>
>>I'm not one for printing out HTML documents, so I don't know if this is
>>normal or not.
>>
>>This page:
>>
>>https://www.cfr.duke.edu/DukeFacultyandStaffSeekingFoundationFunding.cfm
>>
>>(I didn't make that file name, don't blame me!)
>>
>>When I print it (and it shows up in print preview too), a line at the
>>bottm of the second page actually gets cut off and the rest of it prints
>>on the third page.  I don't mean some of the words, I mean the top half
>>of each letter appears at the end of page 2, and the bottom half of each
>>letter appears on the bottom of page 3.
>>
>>I thought browsers were smart enough to *NOT* do this kind of thing.
>>
>>It's even worse in Firefox.  Firefox doesn't even have the sense to
>>print multiple pages.  It just trails off the bottom and doesn't bother
>>printing the second or third pages.
>>
>>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:250129
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to