- From: Dan Delaney <DDelaney@PowerCreative.com>
- Date: Wed, 1 Aug 2001 14:52:47 -0400
- To: <www-html@w3.org>
> -----Original Message-----
> From: Tantek Celik
> In your example, this style rule:
> .PhoneNumber { white-space: nowrap; }
Unfortunately, according to the CSS1 spec, the white-space style only
applied to block-level elements. So it's not supposed to work with the
<span> tag.
--Dan
Received on Wednesday, 1 August 2001 14:56:14 UTC