Greetings, I am having trouble getting this to work properly:
.body-post p:first-child:first-letter
{
font-size:240%;
}
and here is the HTML code:
<div class="body-post">
<p><img src="http://#" align="left" style="margin-right:5px;"/>
some text</p></div>
If there is no picture, the first letter styling works fine. Is there a way to ignore the img tag? Unfortunately, I am unable to modify the source code as I am working on a template for a blogger domain. It's quite confusing, as the first letter selector should target the letter and not the image.