How can I create a line break in a label?

Hello dear community
I would like to know how to insert a line break into a label, I have already tried /n,\n and
< br > (with HTML (and without space)) but it only works on the first line break.

Don’t add it in a list but use it in the for each code

i have fixed the problem with \n\r and without html

To ensure functionality with all systems and avoid errors, I advise you to put \r\n instead of \n\r.

And don’t forget to mark the question as “solved” ^^.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.