Forum


Replies: 7   Views: 3367
Addhtml write nothing
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 browniecorp  · 11-04-2013 - 12:12

Hello, Team!
addHtml() method doesn't process "padding" parameters

For example:
[code]
$html="<p style='padding-left:10px'>Text</p>";
$docx->addHTML($html);
[/code]

There is no padding in the result docx document.
Can you advice smth?

Thank you.