Forum


Replies: 7   Views: 2629
Embedhtml 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 nohope100  · 06-07-2017 - 15:23

There seems to be an issue with <ul> and <ol> when there is valid html within the list tags when using embedHTML.

$docx->embedHTML('<ul><li><p>Some text.</p></li></ul>');

 for instance if you have <ul><li><p>Some text.</p></li></ul>

It drops the text below the bullet point - will this be fixed?.

o

     Some text.