
Quote:
Originally Posted by JSWolf
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