I have a figure that I want to show on a landscape page. Normally if I have a figure that I want to take up an entire portrait page, I just set 'float: top' on it and then ensure that the figure element is large enough that Prince will want to place it on a new page and not be able to put any other content on that page.
I tried setting 'float: top; page: landscape' on my figure, where the landscape page is defined to have 'size: a4 landscape', but this causes a page break at the point that I include my figure in my HTML source. I want the content after the figure element to keep flowing in the portrait page just before the landscape one until it is full. Is that possible, or does switching the page size with the page property always cause a hard page break, even with floating elements?
Thanks,
Cameron
I tried setting 'float: top; page: landscape' on my figure, where the landscape page is defined to have 'size: a4 landscape', but this causes a page break at the point that I include my figure in my HTML source. I want the content after the figure element to keep flowing in the portrait page just before the landscape one until it is full. Is that possible, or does switching the page size with the page property always cause a hard page break, even with floating elements?
Thanks,
Cameron