Forum


Replies: 4   Views: 2190
Sub-ol list style issue
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 slavkovl  · 11-02-2019 - 17:07

I have a <ol> list with a  {list-style-type: upper-roman} . Inside of it is another <ol> list wich is decimal by default. But after converting HTML to DOCX this inner <ol> list becomes "upper-alpha". I was trying to set a class for the inner <ol> with a style="list-style-type: decimal" but it doesn't work.