Quote:
Originally Posted by salty-horse
I have a Sony PRS T1 with the "latest" firmware, and an ebook with <p><br/><p>'s that are not respected.
Replacing the <br/> with broke everything, and now there are only blank pages, and every page flip jumps to the next chapter.
I ended up using "..." as a workaround.
(I'm commenting on an old thread because I'll probably have this same problem in the future.)
|
None of those solutions are optimal. You want CSS to add the 1em space.
Code:
.spacet {
padding-top: 1em;
}
.spaceb {
padding-bottom: 1em;
}
You can use CSS instead of lines that don't work or look good.