html - How to word wrap inside table tds? -
this question has answer here:
the text inside table seems stretch 4000+px:
http://letschat.info/a-list-of-amazon-questions-and-answers-from-glassdoor/
so can't read questions , answers. tried following:
using table-layout: fixed
and word-wrap: break-word, looked same.
i not sure need do.
try
#td { word-wrap: break-word; } #table { word-wrap: normal; /* default, naturally */ }
Comments
Post a Comment