Forum


Replies: 1   Views: 2921
Html ordered list numbering with start 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 nregev  · 12-12-2016 - 20:38

Hi there !

It seems that when embedding HTML lists, the 'start' attribute has no effect.

for example, this HTML : 

<ol start="10">
   <li>
      ten
   </li>
</ol>

is supposed to be rendered as follows :

10. ten

and not as :

1. ten

Is there any other attribute / method in which I can overwrite the automated counting ?

TIA,

Nir.

Posted by admin  · 13-12-2016 - 10:39

Hello,

Sorry but that attribute is not supported when import HTML. We have added a task in the todo list to consider adding support.

Regards.