Quote:
Originally Posted by SillyStegosaurus
The entirety of the az3w's css is pretty sparse, and it has no negative values.
Posted below:
#data data="
@page Section1 { size:612pt 792pt; margin:36pt 72pt 72pt }
div.Section1 { page:Section1 }
">#data>
Those margins seem pretty big. I note that there are only 3 values in the margin, not 4, but there should be 4 margins right? (I'm not very familiar with css or html)
|
That would indicate the book's creator used inline styles instead of CSS classes. Generally those are a mess to clean up. I generally start with Sigil's RemoveInlineStyles to convert them to a CSS stylesheet and go from there.
For what it's worth, that margin shorthand is top, left and right, bottom.
For a quick and dirty start, I would remove the @Page directive.