View Single Post
Old 12-05-2013, 01:08 AM   #9
AlexBell
Wizard
AlexBell ought to be getting tired of karma fortunes by now.AlexBell ought to be getting tired of karma fortunes by now.AlexBell ought to be getting tired of karma fortunes by now.AlexBell ought to be getting tired of karma fortunes by now.AlexBell ought to be getting tired of karma fortunes by now.AlexBell ought to be getting tired of karma fortunes by now.AlexBell ought to be getting tired of karma fortunes by now.AlexBell ought to be getting tired of karma fortunes by now.AlexBell ought to be getting tired of karma fortunes by now.AlexBell ought to be getting tired of karma fortunes by now.AlexBell ought to be getting tired of karma fortunes by now.
 
AlexBell's Avatar
 
Posts: 3,413
Karma: 13369310
Join Date: May 2008
Location: Launceston, Tasmania
Device: Sony PRS T3, Kobo Glo, Kindle Touch, iPad, Samsung SB 2 tablet
Quote:
Originally Posted by GrannyGrump View Post
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.
AlexBell is offline   Reply With Quote