Forum


Replies: 2   Views: 2117
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.

Posted by macwong  · 15-07-2019 - 15:01

Thanks for the response. Unfortunately I have no control over the HTML as it comes from other sources like HTML editors. I will post something in the Suggestions forum to support the attribute and hopefully one day soon support will be added.

Cheers.