Results 1 to 6 of 6

Thread: [RESOLVED] Why isn't this working in... Firefox?

Hybrid View

  1. #1
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    Re: [RESOLVED] Why isn't this working in... Firefox?

    <nobr> and other presentational attributes are deprecated. You should use the CSS rule instead.
    Code:
    div.nonbreaking
    {
        white-space: nowrap;
    }
    HTML Code:
    <div class="nonbreaking">
       lots of stuff
    </div>

  2. #2
    New Member
    Join Date
    Sep 2008
    Posts
    1

    Thumbs up Re: [RESOLVED] Why isn't this working in... Firefox?

    Thanks a lot. The white-space:nowrap works like charm

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