Forum


Replies: 2   Views: 2203
Embed html ordered list value attribute.
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 macwong  · 12-07-2019 - 21:49

When embedding HTML with an ordered list with a specific starting value, the numbering still starts at one. So something like:

<ol><li value="3">Item 3</li></ol>

Shows up numbered as 1 instead of 3. Is there something we can do to make it obey the value attribute to start numbering?

Thanks.