Tree :



 Faceted index, by topics :
Menu

 
Category
V5 (45)
V5.01 (21)
V5.10 (15)
V5.20 (26)
 
 How to insert these widgets?

      6. CSS 1
          6.4. Properties
              6.4.6. Other elements
 6.4.6.2. white-space property

 white-space

This property applies to all elements containing some text, and controls separators (spaces, tabs, carriage returns). One value is expected (keyword) :

- normal (spaces and tabulations are translated into a unique space, and carriage returns by a unique carriage return).
- pre (separators are literally interpreted),
- nowrap (like pre. Moreover, long lines are cut instead of being wrapped).

This property is not recognized by Internet Explorer (5.0).

Keywords :  Css