'word-spacing' Syntax and Note
Note: Controls the additional spaces between words. Syntax: element { word-spacing: value } elementID.style.wordSpacing = "value" document.all.elementID.style.wordSpacing = "value" // IE only