Hi,
I'm trying to find a way to display properly a new line (<br />, <p>, whatever ..) to have the same disposition within the 'report preview', 'word export' and 'pdf export'.
Using the 'Insert new line' button I have the following :
'preview' and 'pdf export' (what I would like to have everywhere) : img1.jpg
'word export' : img2.jpg
As you can see, Word export add an extra line compare to the pdf export.
Example using the following HtmlTextBox Value :
Thank You
Arnaud
I'm trying to find a way to display properly a new line (<br />, <p>, whatever ..) to have the same disposition within the 'report preview', 'word export' and 'pdf export'.
Using the 'Insert new line' button I have the following :
'preview' and 'pdf export' (what I would like to have everywhere) : img1.jpg
'word export' : img2.jpg
As you can see, Word export add an extra line compare to the pdf export.
Example using the following HtmlTextBox Value :
<
strong
>{Fields.raisoc}<
br
/></
strong
>{Fields.adresse1}<
br
/>{Fields.cp} {Fields.ville}<
br
/>{Fields.pays}
Thank You
Arnaud