table-layout:fixed 解决chrome中不能设定表格固定宽度的问题
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>