Quote:
Originally Posted by Leonatus
I use to enlarge the first letter of a chapter for decorative matters.
|
I have used this method across countless books and had no problems with spacing.
Quote:
<p class="scene"><span class="firstletterscene">R</span>espectable London was quiet at night.</p>
|
The css...
Code:
.scene {
padding-bottom: 0.01em;
padding-top: 2em;
text-indent: 0;
}
.firstletterscene {
font-size: 1.5em;
line-height: 1em;
}
Attachment 202054