Forum


Replies: 3   Views: 3608
Predefined word style lost in embedhtml() if html contains ul tag
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 admin  · 12-05-2015 - 14:15

Hello, No, you don't need to create your own parser. You can use Tidy (http://php.net/manual/es/book.tidy.php) to fix HTML content and add new tags. Or maybe your editor can add that thags; tools such as ckeditor adds all tags. Regards.