Forum


Replies: 4   Views: 4801
Extra white space before first line.
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  · 04-02-2015 - 11:22

Hello, After checking the script and template, we see this as HTML: $contentManagementSum = 'Quisque pretium.
Testing the second row.'; The embedHtml needs that the strings are surrounded by HTML tags; the HTML must be correct. So you just need to add a new tag, for example: $contentManagementSum = '

Quisque pretium.
Testing the second row.

'; Regards.