View Single Post
Old 08-01-2022, 02:19 PM   #19
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 79,796
Karma: 146391129
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Quote:
Originally Posted by salty-horse View Post
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 &nbsp; 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.
JSWolf is offline   Reply With Quote