Quote:
Originally Posted by JSWolf
And finally, set the margins for 0. Let the person reading change the margins. Many programs/apps and newer Readers support changing the margins.
|
Margins of WHAT?
On a web page, everything is generally built on div's, so I could style a page margin like this:
div.Page { margin: 0; }
But how would I do that in an epub, like this?:
body { margin: 0; }