I have a simple table where the <td> start with empty line or <br>.
The result is that the second line get a space in begining.
I have checked the HTML and it is only like this <td><br>Second line</td>
I am using the embedHTML function and phpdocx v9.0.
How do I get rid of the extra space?