table-layout:fixed;
(probably not use width:auto, should use width:100% instead.)
add to table style
add the style below to td for long unbreakable content like a url
<style> word-wrap: break-word; break-word: break-all; </style>
<style> word-wrap: break-word; break-word: break-all; </style>