How to set initial value of rich text box with many lines

How to set initial value of rich text box with many lines? Please refer in attach screenshot. I tried with \n, /n,
, … All are not working. Please help me :slight_smile:

Hi,
I’ve tried this code and it works fine on my end:

$w('#richTextBox1').value = "Wix </br> Site"

Good luck!
Tal.

1 Like

Oh, perfect. Thank you :slight_smile: