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
🏷️ Limited Offer: 25% OFF 🏷️
First 100 purchases only — Special discount!
Use this coupon on checkout: PHPDXPJ_D1SC1N5T
Get it nowi 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.