Forum


Replies: 2   Views: 847
Embedhtml ul class and word style
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 s.montanarella  · 03-09-2021 - 11:09

Hi',

I've this code:

<ul class="ullist">
<li>Text 1</li>
<li>Text 2</li>
</ul>

Inside my template I've create a paragraph/character style named "Paragraphlist".
Inside the configuration of "wordStyles", with others style, I set:

".ullist": "Paragraphlist"

When I open the generated docx the results is that the style is correctly connected but not the format. If I manually click again on the word style, format is applied as I expected.

All others styles are correctly applied.

I use version 11.

Thank you,
Federico