html: Every cell of table contains a word. How to solve the problem with

aligning if the word is too long? html: Every cell of of table with a fixed width contains a word. How to solve the problem with aligning if the word is too long? It destroys the structure of the table.
For example, If the word is longer than 7 letters, the rest of the word goes to another string.
I want
Hello | OK |government|

to look like

Hello | OK |govern|
| |ment |
(like it happens in Word or Excel if you type a string without spaces).
 
Back
Top