Quote:
Originally Posted by JSWolf
How can you tell when KePub isn't working?
|
Because <p class="center">Some text goes here<br/>and more text goes here</p>
turns into <p class="center">Some text goes here<br/></p><p>and more text goes here</p>.
So instead of seeing both lines centered, one on top of the other, you see the top line centered, while the bottom line is left-aligned instead of centered.