How to stop table from resizing when contents grow?
Use style="table-layout:fixed;"
, but this will make text or images overlap with other columns in case it exceed the width. Make sure not to place long text phrases without spaces.
Use table-layout: fixed
for your table and some fixed width for table itself and/or its cells.