When I put a long continuous string in my fixed width td, it is not getting wrapped. The string increases the width of my table. Can anybody please help me with this.
For example:
this is my text --- works fine as in td width is fixed only height increases
but if I insert
thisismytext --- then it increases the width of my table.
you have to use
word-break: break-all
for the td
<style>
.BreakWord { word-break: break-all; }
</style>
<td class="BreakWord">longtextwithoutspace</td>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With