Click to See Complete Forum and Search --> : IE print problem


KDLA
11-20-2006, 09:25 PM
I have a series of columns on this page (http://www.ibcfrankfort.com/columns.htm). When I attempt to print one of the linked columns in IE, about 10px of the right side is being cut off. I can't figure out which of my styles is causing this problem. I've changed just about everything I can think of. Can someone figure this out?

I have a print stylesheet here (http://www.ibcfrankfort.com/css/print.css).

(P.S. - there are a ton of non-SGML punctuation characters causing validation errors that I haven't fixed yet. Please ignore those. The HTML/CSS is valid besides those errors.)

Thanks,
KDLA

Centauri
11-20-2006, 09:55 PM
Even in FF, the RH side is cut off a bit unless I reduce scaling to 80% - maybe it doesn't take into account print margins? My suggestion would be a width:80% on .content-main

Cheers
Graeme

KDLA
11-21-2006, 05:40 AM
Thanks -- that got it. I had tried various widths in the 90% range, but they hadn't worked either.

It's just so strange .... I wonder what caused the problem. I changed all the values to auto or zero, and followed all of ALA further recommendations when I couldn't get it to work. Strange.