0

I would like the text to appear inline in my table cell. However, the text is coming in the single line whatever be the length of text. I used text_align and padding too, but it did not help.

CSS:

table td { display: table-cell; vertical-align: top; }
Andrew Thompson
  • 168,117
  • 40
  • 217
  • 433

1 Answers1

-1

You can place your line inside ScrollBox and then place that ScrollBox inside the <td>ScrollBox goes here with content</td>.

ScrollBox will provide you the functionality to wrap as well as Scroll,if required.

You can search google for Creating a ScrollBox

Naveen
  • 7,944
  • 12
  • 78
  • 165