Why does my html table ‘max-width’ not cause text to wrap? June 9, 2023 by Tarik You need to add the CSS3 property word-wrap: break-word;.