Hi everybody,
I'd like to place a text <div> on the right pages and the following figures <div> on right pages.
I tried this:
html:
<div class="Text">
my text
</div>
<div class="Figures">
my figures
</div>
css:
div.Text {page: right}
div.Figures {page: left}
The result is:
the text is on the left page (the previous page of the text div is a right page) and the figures are on the right page.
How can I obtain text on the right page and figures on the left page ?
Important: The text may extend on several pages. Idem for the figures.
Then, I'd like to display all the text on right pages and all the figures on the left pages.
Is it possible?
Thank you in advance for your help.
I'd like to place a text <div> on the right pages and the following figures <div> on right pages.
I tried this:
html:
<div class="Text">
my text
</div>
<div class="Figures">
my figures
</div>
css:
div.Text {page: right}
div.Figures {page: left}
The result is:
the text is on the left page (the previous page of the text div is a right page) and the figures are on the right page.
How can I obtain text on the right page and figures on the left page ?
Important: The text may extend on several pages. Idem for the figures.
Then, I'd like to display all the text on right pages and all the figures on the left pages.
Is it possible?
Thank you in advance for your help.