I want to keep all text within a certain span together in a flow layout (such that if any text goes to a new line, it all does). Is there an element or style or something that can help me accomplish this?
Put nowrap inside of the open-tag that surrounds the text (even if it's the BODY tag). I know this works in quirks mode on IE6. You might want to experiment some.
'hope this helps.
--Dave
--Dave
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ O Time, Strength, Cash, and Patience!
Looking into the nowrap attribute/marker lead me to the <NOBR> tag which ended up being easier to implement for my purposes, but I wouldn't have found it without ya!
<nobr> is somewhere between the worst and the worst option you could choose. Element was never part of any standards (except IE3) and you can actually expect a bunch of unexpected results using that tag. I would suggest nicely supported css solution for that:
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.