- From: Chris Josephes <cpj1@winternet.com>
- Date: Thu, 27 Jun 1996 22:24:10 -0500 (CDT)
- To: www-style@w3.org
What exactly would it take to create a floating paragraph effect using
CSS, such as the following....
Pone----- Ptwo*******
--------- ***********
--------- ***********
----- ***********
*********************
******************
P1 would have a different background and typeface to distinguish itself
from P2. P1 would also have line breaks set via the <BR> tag to control
line length.
Would the following code be sufficient?
P.one { float:left;
width:auto;
background:yellow;
font:cursive;
}
----------------------- Christopher P. Josephes ----------------------------
Email | mailto:cpj1@winternet.com
Web | http://www.winternet.com/~cpj1/
Received on Thursday, 27 June 1996 23:29:49 UTC