wrap text in a table

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Shinya

    wrap text in a table

    How can I force to set table size when you have list chars without spaces?

    Shin


  • Danny

    #2
    Re: wrap text in a table


    The easier way will be to, break them yourself on the server or through js
    before passing it to the html engine, nevertheless, try CSS fixed table
    layout -> http://www.w3.org/TR/REC-CSS2/tables...d-table-layout .


    Danny

    Comment

    • sk

      #3
      Re: wrap text in a table

      Thanks Danny,
      css works. since we don't have any control
      at server side this is greate!!!!!

      Shinya

      "Danny" <dann90038@blue bottle.com> wrote in message
      news:1127537528 .13a893d88d501b 344e516c1f0229a 27f@teranews...[color=blue]
      >
      > The easier way will be to, break them yourself on the server or
      > through js
      > before passing it to the html engine, nevertheless, try CSS fixed table
      > layout -> http://www.w3.org/TR/REC-CSS2/tables...d-table-layout .
      >
      >
      > Danny[/color]


      Comment

      Working...