Quote:
Originally Posted by Doitsu
AFAIK, the only thing that works is wrapping words with em dashes in spans and assigning them a white-space: nowrap style. For example:
Code:
span.nowrap {
white-space: nowrap;
}
<p>He lived in <span class="nowrap">M—</span> at that time.</p>
|

that's been a mote in my eye for aeons
BR