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