- From: Jonas Salling <salling@cooper.xanthus.se>
- Date: Tue, 6 Aug 1996 09:07:35 +0100
- To: Jonas Salling <salling@cooper.xanthus.se>, "'www-style@w3.org'" <www-style@w3.org>, "'Steve Knoblock'" <knoblock@worldnet.att.net>
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