Forum


Replies: 12   Views: 3704
Custom list style issues
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-09-2017 - 07:04

Hello,

The minimum value allowed by the left property is 1. It you set 0, phpdocx sets the default value.

About line breaks, they are only added when the content is a block type or there's some line break. We recommend you to check the HTML you are adding, and use display inline or float left properties if needed. The replaceVariableByHTML method also includes the type option that allows to do block or inline replacements, that can be useful for some placeholders.

Regards.