I fetched text from database in the table <td> I found all the text appear in single line I want to break it. I using PHP.
Ravi tiwari 0 Newbie Poster
Recommended Answers
Jump to PostYou need to use a CSS rule to restrict the area:
td { width: 200px; }
Add a class if you want to limit that rule only to sometd
. Otherwise you can use the tagpre
.If this is not what you need, please give more …
All 3 Replies
cereal 1,524 Nearly a Senior Poster Featured Poster
sun-tzu 0 Light Poster
cwarn23 387 Occupation: Genius Team Colleague Featured Poster
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.