Forum


Replies: 8   Views: 3928
Embed html and page-break-inside property
Topic closed:
Please note this is an old forum thread. Information in this post may be out-to-date and/or erroneous.
Every phpdocx version includes new features and improvements. Previously unsupported features may have been added to newer releases, or past issues may have been corrected.
We encourage you to download the current phpdocx version and check the Documentation available.

Posted by tutotours  · 30-08-2017 - 19:18

Hello,

 

If I understand your answer correctly, I could use page-break-inside with <ol> or <ul> element with the code sample you gave me. But I want page-break-inside to apply on something like :

<p>
   Some text
   <ol>
       <li>...</li>
       <li>...</li>
   </ol>
</p>

 

 

I also didn't understand where to put the first code sample.