Alternative to <td nowrap>

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;">

http://blogs.msdn.com/mab/archive/2006/01/18/514522.aspx

Posted in CSS, HTML. Tags: , . Leave a Comment »

Leave a Reply