Well you cant acheive an actual drop caps. The best that you can do is an image whoose base is aligned with the base of the line.
something like this should achieve that
Code:
<p>
<img src='smallimage.jpg' />his is the first line.
</p>
If the image is larger than a certain size it gets put onto a line by itself, so make sure the image is small enough.