How to set word wrap in htmltablecell

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • visweswaran2830
    New Member
    • Nov 2009
    • 92

    How to set word wrap in htmltablecell

    I have html table.I am creating table rows & cells at run time using aspx.vb.
    Now I want to set word wrap in html table cell. How do I set this?
    Last edited by Niheel; May 27 '10, 09:11 AM. Reason: punctuation, grammar
  • Banfa
    Recognized Expert Expert
    • Feb 2006
    • 9067

    #2
    I believe that html table cells normally size themselves to the content. If you set a width for the column/cell then the cells will automatically wrap the text at the appropriate width.

    Comment

    • visweswaran2830
      New Member
      • Nov 2009
      • 92

      #3
      ya i tried by setting width of that TD, but still it doesn't work.. Any other way to achieve this.

      Comment

      • Banfa
        Recognized Expert Expert
        • Feb 2006
        • 9067

        #4
        Not without seeing some of the output table code.

        Comment

        Working...