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:

word-wrap in html table

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

Popular posts from this blog

android - getbluetoothservice() called with no bluetoothmanagercallback -

sql - ASP.NET SqlDataSource, like on SelectCommand -

ios - Undefined symbols for architecture armv7: "_OBJC_CLASS_$_SSZipArchive" -