I\'m trying to stop a table that has width explicitly declared from overflowing outside of its parent div. I presume I can do this in some way using max-w
div
max-w
I tried all the solutions mentioned above, then did not work. I have 3 tables one below the other. The last one over flowed. I fixed it using:
/* Grid Definition */ table { word-break: break-word; }
For IE11 in edge mode, you need to set this to word-break:break-all
word-break:break-all