Forum


Replies: 1   Views: 2381
Ordered list start attribute not working using replacevariablebyhtml
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 raunaqanand  · 25-09-2018 - 11:43

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

  1. Coffee
  2. Tea
  3. Milk

pls give solution to do that