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