<nobr> isn’t valid XHTML. Instead, use <span class=”nobr”> where
.nobr {
white-space: nowrap;
}
I found this at a very useful site:
http://enure.net/css-and-xhtml/#using-nobr
<nobr> isn’t valid XHTML. Instead, use <span class=”nobr”> where
.nobr {
white-space: nowrap;
}
I found this at a very useful site:
http://enure.net/css-and-xhtml/#using-nobr