Hi there,
I have a problem with my collection. I want to send my collection in a html template but even with the Environment.NewLine, all datas are on the same line ![]()
My assign :
Do you have solution ? Thanks !
Hi there,
I have a problem with my collection. I want to send my collection in a html template but even with the Environment.NewLine, all datas are on the same line ![]()
My assign :
Do you have solution ? Thanks !
give a try at <br>
it would then be
String.join("<br/>", listeContratsTraite).ToString
just come up with all details in sense of what is the use case and what is aimed
HTML5: <br>
XHTML: <br/>
Thatβs work, thanks !!
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.