Table of Contents

CSS - White space property (prevent wrap)

About

The white-space prevent the text to wrap up in a second line.

Usage

Value:  	normal | pre | nowrap | pre-wrap | pre-line | inherit
Initial:  	normal
Applies to:  	all elements
Inherited:  	yes
Percentages:  	N/A
Computed value:  	as specified 

where:

Values have the following meanings:

Example

<td style="white-space:nowrap;">
<td><div style="white-space:nowrap;"></div></td>

Documentation / Reference