Forum


Replies: 1   Views: 3170
Formatting with loss replacetemplatevariablebyhtml
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 nikkyb8  · 13-08-2015 - 13:09

Hello, Is it possible to make a jump to the line ? Because at present time, I do this : $liste_day_et_heure .= "le ".date('d-m-Y',$donnees['date_presence'])."
".$horaire; $docx->replaceTemplateVariableByHTML('liste_joursethoraire', 'inline', '
'.$liste_day_et_heure); But I lose the formatting of the text Do you have a solution to this problem ?