I found this link to be very helpful for dealing with nowrap.
This may seem trivial but interesting. In the world of compliance with XHTML 1.0 the best approach I have found to the nowrap attribute is in CSS white-space attribute, examples …
<td style="white-space: nowrap;"> <a style="white-space: nowrap;">
