Hi, I’m facing a problem with text formatting in text boxes in Wix editor.
I would like my text to be justified but I want to avoid single connective words like “a” “the” being separeted from the following word.
When I use an enter, my nice text layout is gone.
I would need something like hard space in word to make 2 words inseperable.
Thank you for your quick answear in advance!
A non-breaking space ( ) is a “hard space”. HTH
Thank you for your answear @aberquist
And how should I apply this ( ) using WIX editor?
Hello, did you receive an answer for this? I would like to know too. Thank you!
@fleenie To use that notation, you need to use your text’s html property:
https://www.wix.com/corvid/reference/$w.Text.html#html
But you’ll have to format it using HTML as well. Otherwise, you can use the .text property and use ‘\n’ to start a new line.
Thank you so much! I have been searching and searching and cannot find any information as to ‘how’ to do this. Where can I actually go to add the ’ ’ into the text? Thank you.
I’m looking for someone who could guide me step by step to show me how to insert a non-breaking space in the code. The explanations by the “experts” are really very unclear.
I tried to add the space between the brackets ( ) with cut&paste into the wix web editor. It worked for me. The space between the brackets is a different character with a different character code. It just looks the same as a normal space but works differently.