In the bad old days of proprietary HTML you would have used the '<nobr>' tag, these days the same effect can be achieved using the CSS 'white-space: Nowrap' property-value, which will prevent text wrapping until a <br/> tag is encountered. You may wish to check out the other values available for this property at: www.w3schools.com