With a bit of luck the first ‘w’ will be styled as a drop cap. It’ll be a purplish colour with a certain amount of padding.
This second paragraph won’t be styled in the same way.
[div class=dropcap]With a bit of luck etcetera... This second paragraph won't be styled in the same way. [ediv]
div.dropcap:first-letter {
float: left;
color: #903;
font-size: 75px;
line-height: 60px;
padding-top: 4px;
padding-right: 8px;
padding-left: 3px;
font-family: Georgia;
}