source: trunk/client/inc/hpdf5/spipu/html2pdf/examples/res/example15.php@ 347

Last change on this file since 347 was 347, checked in by roby, 3 years ago

Aggiornamento per compatibilità con php7.4

File size: 312 bytes
Line 
1<style type="text/css">
2<!--
3div {
4 border: solid 2mm red;
5}
6
7div.content-1 {
8 background: green;
9}
10
11
12div.content-2 {
13 background: blue;
14}
15
16-->
17</style>
18<page>
19 <div class="content-[[page_cu]]">Page [[page_cu]]</div>
20</page>
21<page>
22 <div class="content-[[page_cu]]">Page [[page_cu]]</div>
23</page>
Note: See TracBrowser for help on using the repository browser.