How can I force the browsers to keep words together. E.g. "abc def ghi"
must always be on one line. So no break between "abc" and "def". It
should move to a new line as one part.
I found out I can force using #255 instead of SPACE (#32). But I don't
really like that.