Hi,
I am using PHPDocx Corporate license 5.5.
Could you tell me why this example doesn't not render the text in red color?
$docx->replaceVariableByHTML('LETTER_TEXT3', 'block', "<html><body style='color: red;'><p>This is a test.</p><p>Another test which must be separated in a specific paragraph.</p><p>And another</p></body></html>", array('parseDivsAsPs' => true));
Best regards,
Sébastien