ipf-break-in-word

Specifies a line break in text whenever it is about to overflow its cell.

Normally the browser wraps text by breaking at white space. If there is no white space available, the text can overflow the cell. This style allows the browser to break even when there is no white space available.

  • Format: ipf-break-in-word
  • Default parameter value: none
  • Inherited
  • Example: You might have a field that has space for no more than 20 characters. Without the ipf-break-in-word style on that field, if a 25-character string without any spaces was displayed in it, the string would not wrap; it would continue past the end of the field. With the ipf-break-in-word style on that field, the string would break and wrap after 20 characters. A hyphen is not added where the text breaks.