RE: Problem with float left and drop caps

No, your solution will look like this:

----- he first line
  |   The second line
  |
  |

Right? What I really want is something like:

----- he first line
  |
  |
  |
----- he second line
  |
  |
  |

/Jonas

----------
From: 	Steve Knoblock
Sent: 	Tuesday, August 06, 1996 12:09 AM
To: 	Jonas Salling; 'www-style@w3.org'
Subject: 	Re: Problem with float left and drop caps

How about this:

<style>
p.initial:first-letter {
   font-size:400%;
   float:left;
}
</style>

<p class=initial>The first line</p>
<p>The second line</p>

Steve

Received on Tuesday, 6 August 1996 04:12:33 UTC