How to apply word-wrap in <td> tag.

Use a style attribute and add the following

<td style ="text-wrap:normal;word-wrap:break-word">"

Or avoid using tables if possible and use divs to achieve what you want instead. It will be easier to maintain and less likely to break in different browsers.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.