View Single Post
Old 07-08-2026, 01:10 AM   #9
Skydog
Wizard
Skydog ought to be getting tired of karma fortunes by now.Skydog ought to be getting tired of karma fortunes by now.Skydog ought to be getting tired of karma fortunes by now.Skydog ought to be getting tired of karma fortunes by now.Skydog ought to be getting tired of karma fortunes by now.Skydog ought to be getting tired of karma fortunes by now.Skydog ought to be getting tired of karma fortunes by now.Skydog ought to be getting tired of karma fortunes by now.Skydog ought to be getting tired of karma fortunes by now.Skydog ought to be getting tired of karma fortunes by now.Skydog ought to be getting tired of karma fortunes by now.
 
Skydog's Avatar
 
Posts: 2,294
Karma: 7409537
Join Date: Mar 2009
Location: Circling Earth @ Mach .83
Device: Elipsa 2E, Sage, Libra Colour, Libra 2, Clara 2E, Oasis3, Voyage
Quote:
Originally Posted by Karellen View Post
If you look in the CSS, you should see a class named .hidden. It should have something like display:none; speak:none; or something similar. Is it there?

Do you want those page numbers there at all? Maybe just create a regex to remove the span completely.

Scramble books... https://www.mobileread.com/forums/sh...d.php?t=267998
Thank you very much for your assistance. There is no reference in the CSS to any of the above you've listed. I've attached the "virgin" epub from Kobo without any editing. Typically my changes to body and p are minimal as shown below:

Code:
body {
  font-size: 1em;
  margin-top: 0;
  margin-right: 5pt;
  margin-bottom: 0;
  margin-left: 5pt;
  text-align: justify;
  orphans: 1;
  widows: 1;
}
Code:
p {
  font-size: 1em;
  text-indent: 1.2em;
  orphans: 1;
  widows: 1;
  padding: 0;
}
And, yes, I would like to rid the book of the annoying random numbering throughout but have never worked with regex. There are 572 of them!

Thank you very much, Karellen, for your assistance. It is greatly appreciated.
Attached Files
File Type: epub Revolution - Eric Metaxas_scrambled.epub (4.34 MB, 34 views)
Skydog is offline   Reply With Quote