/ Published in: CSS
This handy CSS attribute can be used to keep text from wrapping. It can also be used to keep other HTML elements from wrapping. Simply apply the white-space:nowrap attribute to any HTML element to force text and images to not return within a specified blog.
Something to note, IE6 can be buggy when this is used with an unordered list – but when isn't IE6 buggy?
Something to note, IE6 can be buggy when this is used with an unordered list – but when isn't IE6 buggy?
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
white-space:nowrap;