Initial commit
This commit is contained in:
23
html2pdf-master/examples/res/example15.php
Normal file
23
html2pdf-master/examples/res/example15.php
Normal file
@ -0,0 +1,23 @@
|
||||
<style type="text/css">
|
||||
<!--
|
||||
div {
|
||||
border: solid 2mm red;
|
||||
}
|
||||
|
||||
div.content-1 {
|
||||
background: green;
|
||||
}
|
||||
|
||||
|
||||
div.content-2 {
|
||||
background: blue;
|
||||
}
|
||||
|
||||
-->
|
||||
</style>
|
||||
<page>
|
||||
<div class="content-[[page_cu]]">Page [[page_cu]]</div>
|
||||
</page>
|
||||
<page>
|
||||
<div class="content-[[page_cu]]">Page [[page_cu]]</div>
|
||||
</page>
|
Reference in New Issue
Block a user