I have HTML code like this:
And I want to achieve "book plate" effect like shown in the attachment.
What are my options via Prince CSS to make my <figure> be taken out of the page layout so that it gets printed on the consequent page as a full-size illustration?
<section class="chapter>
<p> ... </p>
<p> ... </p>
<p> ... </p>
<figure class="plate">
...
</figure>
<p> ... </p>
<p> ... </p>
<p> ... </p>
</section>
And I want to achieve "book plate" effect like shown in the attachment.
What are my options via Prince CSS to make my <figure> be taken out of the page layout so that it gets printed on the consequent page as a full-size illustration?
Edited by noomorph