View Single Post
Old 10-07-2022, 09:44 PM   #8
enuddleyarbl
Guru
enuddleyarbl ought to be getting tired of karma fortunes by now.enuddleyarbl ought to be getting tired of karma fortunes by now.enuddleyarbl ought to be getting tired of karma fortunes by now.enuddleyarbl ought to be getting tired of karma fortunes by now.enuddleyarbl ought to be getting tired of karma fortunes by now.enuddleyarbl ought to be getting tired of karma fortunes by now.enuddleyarbl ought to be getting tired of karma fortunes by now.enuddleyarbl ought to be getting tired of karma fortunes by now.enuddleyarbl ought to be getting tired of karma fortunes by now.enuddleyarbl ought to be getting tired of karma fortunes by now.enuddleyarbl ought to be getting tired of karma fortunes by now.
 
enuddleyarbl's Avatar
 
Posts: 786
Karma: 1538394
Join Date: Sep 2013
Device: Kobo Sage
Quote:
Originally Posted by JSWolf View Post
Can you please post the CSS? I don't see anything in the sample (on Amazon) that would have a need to be fixed layout.
The sum total of the css is in the 2nd box of my OP:
Code:
@page Section1 { size:612pt 792pt; margin:72pt 90pt }
			div.Section1 { page:Section1 }"
And, if I run the Calibre Editor's "Remove Unused CSS Rules" and prettify it, that comes out to:
Code:
@page Section1 {
  size: 612pt 792pt;
  margin: 72pt 90pt;
}
I just can't imagine any tool not producing ANY css and using ridiculous amounts of HTML styling in the text. OTOH, I can't imagine someone adding that HTML styling by hand.

Last edited by enuddleyarbl; 10-07-2022 at 09:47 PM.
enuddleyarbl is offline   Reply With Quote