Quote:
Originally Posted by GrannyGrump
Does this mean that this problem does NOT appear *throughout* the book, but only in certain sections?
|
Yes, there is a poetry section in which there are a few poems with a few quotation marks in which the problem does not show, and a flash fiction in which the problem does show.
The only difference between the poetry section and the flash fiction section is that I have used this CSS for poetry:
div.verse {
margin: 0;
padding: 0.75em 0 0 0;
} /* Sets top margin and indent for poetry verses */
div.verse p { text-indent: -2em;
margin-left: 2em;
text-align: left;
margin-bottom: 0;
padding: 0;
}
The rest of the stylesheet is the same for both sections.
I should have mentioned that the stylesheet for this ebook is virtually unchanged from that used in other ebooks for the same publisher.