Christian, thanks. That helped. But now I see that my first printed page's 
margins are quite wide, while the second page is just as it should be. I 
have the width set to auto for that #center div. 

Jeff

> I once had similar problems and found out that "overflow: hidden;" set 
> on one of the parents of the text container that is cropped caused them.
> 
> Set
> 
> #center {
>     overflow: visible;
> }
> 
> for print. That should help.
> 
> 
> Jeff Gates schrieb:
> > I'm trying to create a print css and am having a few problems. The first
> > is that when there is a lot of text on a Web page, it only prints one
> > page, cutting the rest of the text off.
> >
> > Example: http://inourpath.com/essay1.html
> > Print CSS: http://inourpath.com/iop_print.css

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to