Break line in a label

How can I make a break line in a label component?
I try with \n or html “
” but there is not result.

Use html as in the example

Try to insert between the lines of a text block with a very long string of spaces. Set the Text Input properties: width=200, height=200, multiline = true, editable = false.

lib_newline

Does this method work for everyone?

1 Like

thanks. I inserted a text with a very long string of spaces. and it works

I think this is even a problem in Swift. I think there should be a friendlier solution…

\n works for me

1 Like

Hey Everyone This Is A Solution.

1 Like

Also, if you need to give multiple line breaks, you should add the invisible character - “⠀” (between quotes; copy it) before the spaces. This is because more spaces than sufficient still equate to a single line change.

Hi, can you please show as its block for better understanding

you can use newline

1 Like

\n works perfectly fine.

1 Like

Hi @ringdai1994jc1am Welcome to Thunkable! Please don’t post on topics that are months or years old.