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 pa
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.
Regards,
Christian
*Directmedia Publishing GmbH* · Möckernstraße 68 · 10965 Berli
Jeff,
> it only prints one page, cutting the rest of the text off
Printing works fine for me in both IE7 and FF2 on Win XP Pro SP2. On screen
display, however
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailm
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
BTW, I found a nice bit of