Quote:
Originally Posted by GrannyGrump
Over a year ago, there was a discussion to try to prevent emdashes at end of sentences from orphaning themselves on a separate line. RbnJrg found a solution that will also prevent single words or phrases from breaking up.
|
I just use this class...
Code:
.nowrap {
white-space: nowrap;
}
How is the method you mentioned better? Mine seems to work just fine (in what few things I can test it on, anyway).