<HTML> <HEAD> <STYLE> .clsOneLiner {white-space: nowrap} .clsAutoBreak {white-space: normal} </STYLE> </HEAD> <BODY> <P ONMOUSEOVER="this.className='clsOneLiner';" ONMOUSEOUT="this.className='clsAutoBreak';"> Long lines of text remain unbroken when the value of the whitespace attribut...