Posted by Jim Moe on 05/09/06 22:58
Fons Rave wrote:
>>
>> Options:
>> 1. Use instead of " ".
>> 2. Use <span style="white-space:nowrap">abc def ghi</span>.
>
> I tried   before. Probably in a wrong way. Maybe the "span style" is
> the best; is longer but, I think, gives the HTML a better readabillity.
>
Did you use " " (incorrect) or " " (correct)?
The style option is better for long lines. It can also be made a ruleset
and applied wherever you want it.
.nobr { white-space: nowrap; }
<span class="nobr">abc def ghi</span>
<h3 class="nobr">abc def ghi</h3>
--
jmm (hyphen) list (at) sohnen-moe (dot) com
(Remove .AXSPAMGN for email)
[Back to original message]
|