MaggsWeb:7

www.maggsweb.com

CSS NoWrap

February 5, 2010 | Comments | CSS

I used to use NOWRAP in my ‘s often to ensure that columns didn’t ‘wrap’ their contents – but have struggled to find an equivalent in CSS for a white.

Until now:
Short and simple equivalent for NOWRAP in a TD…?

 
<style language='text/css'>
  td.fixed-width {
    white-space:nowrap;
  }
  </style>

Write a Comment

Let me know what you think?