javascript - word-wrap feature not working in chrome -
i using following stylesheet code achieve word-wrap in column of table:
<style type="text/css"> table,td { table-layout: fixed; } </style>
this code works in firefox , i'm able achieve word-wrapping when tried in chrome browser, doesn't work.
can please suggest how work in browsers (ie, firefox, chrome)
maybe add word-wrap: break-word
property css
Comments
Post a Comment