Hi,
I want to create drop caps for the first paragraphs in each section of a chapter. For this I used the following;
div p:first-of-type::first-letter {
font-family: serif;
font-size: 28pt;
line-height: 30pt;
color: red;
float: left;
}
The problem here I have with pdf is that the "first letter does not float" but is happy to take all other properties defined for it.
Please help.
Thanks in advance.
Somnath
I want to create drop caps for the first paragraphs in each section of a chapter. For this I used the following;
div p:first-of-type::first-letter {
font-family: serif;
font-size: 28pt;
line-height: 30pt;
color: red;
float: left;
}
The problem here I have with pdf is that the "first letter does not float" but is happy to take all other properties defined for it.
Please help.
Thanks in advance.
Somnath