View Single Post
Old 12-11-2013, 10:28 PM   #7
DiapDealer
Grand Sorcerer
DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.
 
DiapDealer's Avatar
 
Posts: 28,664
Karma: 205039118
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
You need to check what kind styling is being applied to the class "s6".

Quote:
and in the saved ePub file when viewed in Kindle Previewer.
Kindle Previewer doesn't view/read ePubs. It converts them into a Kindlebook. At which point it's no longer in the Sigil/ePub Realm.

You need to see what the epub looks like in an epub reading app such as ADE (or on a device that reads epubs), and get it looking the way you want it to look before you even start thinking about what happens to it after it's converted to a Kindlebook.

Also look for any:
Code:
white-space: pre;
or
Code:
white-space: pre-wrap;
in the style sheet (or any inline styles) that may being applied to something, and get rid of it. I seem to recall something about an i(something) app that included that attribute for some silly reason. That will certainly produce results similar to what you're describing.

Last edited by DiapDealer; 12-11-2013 at 10:44 PM.
DiapDealer is offline   Reply With Quote