<nobr> and other presentational attributes are deprecated. You should use the CSS rule instead.
Code:
div.nonbreaking
{
    white-space: nowrap;
}
HTML Code:
<div class="nonbreaking">
   lots of stuff
</div>