CSS property: white-space
The white-space property specifies how white-space in an element is handled by the BlackBerry® Browser.
Property values
Value |
Description |
|---|---|
normal |
This value specifies that white spaces are collapsed, and that line breaks are added as necessary. |
nowrap |
This value specifies that white space is collapsed, but line breaks are suppressed. |
pre |
This value specifies that white spaces are preserved, and lines are only broken at line breaks in the source. |
inherit |
This value specifies that the element inherits the white-space property value from the containing element. |
Parent topic: CSS Properties