Word-spacing
Syntax:
Word-spacing: normal | length
Parameters:
Normal: default spacing
Length: a length value composed of floating-point numbers and unit identifiers, which can be negative values. See length unit
Note:
Retrieves or sets the number of spaces inserted between words in an object. Internet Explorer 4 + is only available on MAC.
The corresponding script feature is wordSpacing. For more information, see my other Bibliography.
Letter-spacing
Syntax:
Letter-spacing: normal | length
Parameters:
Normal: default interval
Length: a length value composed of floating-point numbers and unit identifiers, which can be negative values. See length unit
Note:
Retrieves or sets the interval between texts in an object.
This attribute adds the specified interval to each text, but the last word is excluded.
The corresponding script feature is letterSpacing. For more information, see my other Bibliography.