View Single Post
Old 08-14-2015, 03:55 PM   #10
gbm
Wizard
gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.
 
Posts: 2,165
Karma: 8800000
Join Date: Jun 2010
Device: Kobo Clara HD,Hisence Sero 7 Pro RIP, Nook STR, jetbook lite
Quote:
Originally Posted by JSWolf View Post
Sorry, but I have to disagree here.

Not just for nook as this works in all ePub. If you prefer to use asterisks still use a space between them.
Code:
<p class="sb">● ● ●</p>
in your css add this:
Code:
.sb {
text-align: center
margin-top: .8em;
margin-bottom: .8em;
text-indent: 0
}
You need to add top space AND bottom space. Also, keep the CSS minimized. Don't put in unnecessary code. All those margins with a value of 0 don't normally need to be there and you don't need the display: block. Plus, don't use absolute spacing such as px. em is best to use.
Nook has a bug in it, to you have to put code in the css to work around it. You need all of those margins in nook plus the text-indent. Read and you will see that I was talking about the nook.

And everybody does not have your preferences on scene breaks.

bernie
gbm is offline   Reply With Quote