i am unable to start ordered list with specific start number
<ol type="1" start="50">
<li>Coffee</li>
<li>Tea</li>
<li>Milk</li>
</ol>
but in generated doc i am getting
- Coffee
- Tea
- Milk
pls give solution to do that
i am unable to start ordered list with specific start number
<ol type="1" start="50">
<li>Coffee</li>
<li>Tea</li>
<li>Milk</li>
</ol>
but in generated doc i am getting
pls give solution to do that
Hello,
You need to use custom list styles, please check the information available on
https://www.phpdocx.com/documentation/introduction/html-to-word-PHP
(Lists section)
Regards.