Results 1 to 2 of 2

Thread: force cell wrap

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jan 2005
    Posts
    131

    force cell wrap

    I have a table and i do not want the cells to get bigger when more text is entered into the cells, i just want all the cells to stay the same width and wrap the text. Is there a way to do this? I am trying to create a weekly calendar and I want all the cells to stay at 125 pixels wide and wrap if there is more text. i cannot find the answer anywhere.
    Things fall apart which the center cannot hold...

  2. #2
    Fanatic Member ALL's Avatar
    Join Date
    Jul 2004
    Location
    192.168.1.1
    Posts
    711

    Re: force cell wrap

    you should just beable to do this:
    Code:
    <table width="125">
      <td width="100%">Here is some really long text that i am putting here to show you that the table will warp the text down to the next line of the table. you may say i am crazy but it really really should warp the text</td>
    </table>
    Please support one of my projects?
    TKForums.com

    Web Forum
    JavaScript Wiki
    ________________________
    If somone helps you, please rate their post, by clicking the to rate their post

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width