Forum How do I...?

Wrap around whole page content

perrys
I've got a long (600 page) document with various full page images.

The images are working fine full page - simply set to the size in mm and with negative margins.

I'd like to reduce the whitespace. The remainder of the document is in small blocks. What happens of course is I get a small bit of content with a lot of white space beneath, a full page image, and more content. I'd like to find a way of extracting the full page images and then re-inserting them between the pages if that makes sense?

So the system ignores the full page images for the purposes of pagination, but then shoves them back in between the pages in the closest spot.

Any idea on how I can achieve this?

Thanks in advance.
perrys
I've now found the page-float option:

div.FullPageHeroImage, div.FullPageTopo{
float: top unless-fit;
}

Solved.