Results 1 to 3 of 3

Thread: Table Alignment

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Aug 2000
    Location
    Columbus Ohio
    Posts
    217
    I have a frame that has text outputted into a table through PHP. The problem is that the text in the frame will scroll off its sides. is there a way to make a frame wrap so it doesn't exceed its width?
    Chris

    [email protected]
    Windows XP RC2 B2526
    Visual Studio.Net Beta 2
    C++, VB, VB.Net, ASP, PHP

  2. #2
    Frenzied Member sebs's Avatar
    Join Date
    Sep 2000
    Location
    Aylmer,Qc
    Posts
    1,606
    first of all,
    in your frameset tag you should put scrolling to no

    and in your frame, put a table the size of the frames,
    that way your text will be wraped!

  3. #3
    Lively Member harsoni's Avatar
    Join Date
    Oct 2000
    Posts
    118
    The place where you r outputting the text i mean the TD
    use nowrap....

    <TD nowrap width="100px">Your Text goes here </TD>


    Sonia

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