View Single Post
Old 06-06-2018, 10:09 AM   #1
nadabutamor
Member
nadabutamor began at the beginning.
 
Posts: 10
Karma: 10
Join Date: May 2018
Device: iBooks and Kindle
Space between First and Second line on the Chapters

Hey happy helpers!

So I've formatted this novel for a client but when I convert the book to mobi there seems to be a space between the first and second line of the first paragraph of every chapter.

Check this out:

Went in a looked at the coding and noticed that it was the first large letter of every paragraph that was causing it. So when I remove the first letter, the spacing between the lines are normal. But I'd like to keep it Larger than the rest.

This is the coding that I used.
Quote:
<p class="First-Paragraph"><span class="First-Letter-Caps---Caslon _idGenCharOverride-1">A</span><span class="Caps">melia Knight pulled </span>the hood over her head and stepped into the mouth of hell.</p>
Quote:
span.First-Letter-Caps---Caslon {
font-family:"Adobe Caslon Pro", serif;
font-size:2.25em;
font-style:normal;
font-weight:normal;
}
If anyone knows how to fix it or if anyone sees what I'm not seeing in the codes, do let me know. I would love the help and to learn from this.

nadabutamor is offline   Reply With Quote