Click to See Complete Forum and Search --> : Images across page breaks
gizmo
11-20-2004, 02:16 PM
I am trying to stop images being split across two pages when printing. I have tried IMG {page-break-inside: avoid; } without success. Have I got this wrong ? Is it a browser implementation thing or an in-line/block level related ? Any suggestions ?
Daniel T
11-20-2004, 02:25 PM
Are you sure you're putting this in a print stylesheet?
gizmo
11-20-2004, 02:44 PM
No, it is currently in a stylesheet used for 'all' media, but when printing what is on the screen, it doesn't work. Are you saying that I should only use it with styles linked as media="print" ?