html - problem with word wrapping
- by pakita883
Hello! I have some text in div, and I want it to wrap to fit document width (without any scrolls!). I don't want to have word-break, like div {word-wrap: break-word;}
For example (this is what I want to get):
hello world! today is a
good day.
But not:
hello world! today is a good day.
or:
hello world! today is a go
od day.