Ravenix
Ravenix

Reputation: 1030

prevent breaking of word with space in html

I'm looking for a character that looks like a space, but is part of a word. So that you can have a word like: abc def and doesn't break to a new line if it's a at the end of the containing div.

To be more clear:

hello hello hello hello hello hello hello hello hello hello hello hello hello hello abc defghijklmn

I want abd defghijklmn to be always next to eachother (because it's a company name)

Upvotes: 2

Views: 120

Answers (1)

Ersian
Ersian

Reputation: 219

you can use   for NonBreakableSpace.

Upvotes: 4

Related Questions