Sets or retrieves line-breaking rules for Japanese text.
Syntax
HTML { line-break : sBreak } Scripting object.style.lineBreak [ = sBreak ]
Possible Values
sBreak String that specifies one of the following values:
normal Normal line-breaking mode is applied. strict Stricter line-breaking rules are enforced. The property is read/write with a default value of normal; the proposed cascading style sheets (CSS) extension property is inherited.
Expressions can be used in place of the preceding value(s), as of Microsoft® Internet Explorer 5. For more information, see Dynamic Properties.
Applies To
ADDRESS, BLOCKQUOTE, BODY, CENTER, DD, DIR, DIV, DL, DT, FIELDSET, FORM, Hn, HR, LEGEND, LI, LISTING, MARQUEE, MENU, OL, P, PLAINTEXT, PRE, TABLE, TD, TH, TR, UL, XMP
See Also