Kenneth McDonald wrote: > I'd like a way to allow an inline element (a possibly long word, or a > phrase or something like that) to flow normally _except_ that it itself > will never break across lines, even if it is too long to fit on a single > line. I haven't figured out away to do this, can someone smarter than I > do so?
Have you tried 'white-space: nowrap'? BTW, how-to questions belong on css-discuss[1], c.i.w.a.s.[2], or m.d.t.css[3] [1] http://www.css-discuss.org/ [2] http://groups.google.com/group/comp.infosystems.www.authoring.stylesheets/topics [3] http://www.mozilla.org/community/developer-forums.html#dev-tech-css ~fantasai _______________________________________________ dev-tech-layout mailing list [EMAIL PROTECTED] https://lists.mozilla.org/listinfo/dev-tech-layout

