Preventing multiline table entries HTML

Sharky Forums


Results 1 to 1 of 1

Thread: Preventing multiline table entries HTML

  1. #1
    Reef Shark darnimsexy's Avatar
    Join Date
    Jun 2003
    Location
    ummm...good question
    Posts
    393

    [resolved]Preventing multiline table entries HTML

    I am developing a report generator for my boss. I've gotten it to pull all of the information necessary and read it into a table, however, the table can be extremely large both in number of entries and width. Is there any way that I can make it so that a cell will not allow multiline text? For example...

    I want "Client Contact Information" to always read

    Client Contact Information

    instead of

    Client
    Contact
    Information

    I don't mind my table extending well beyond the width of the screen. If anybody can help me out with this it would be greatly appreciated. Thank you for your time.
    --------------------------------------------------------------------
    for those interested I solved the problem with some css

    white-space: nowrap
    Last edited by darnimsexy; 07-25-2005 at 04:20 PM.

Posting Permissions

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