On Wed, 07 Jun 2006 13:05:35 +0100, Designer wrote: > [...] I have a site with the potential to print out some thirty > different pages, with each printout length between 1 page and 4. Each > page has small illustrations scattered unevenly amongst the text, and > I'm finding that some pages attempt a page break half way through an > image, with the result that the image splits into two across the pages.
Try adding "float: none" to the images in your print style sheet. I find this usually fixes the problem, but can't be certain as you don't say which browser you use. No need to un-float all of them - just the ones that give problems. (Bearing in mind that not everyone prints on size A4 in portrait mode.) Cordially, David -- David Hucklesby, on 6/7/2006 <http://www.hucklesby.com/> -- ****************************************************** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list & getting help ******************************************************
