View Single Post
Old 06-15-2017, 06:43 PM   #24
SigilBear
Banned
SigilBear ought to be getting tired of karma fortunes by now.SigilBear ought to be getting tired of karma fortunes by now.SigilBear ought to be getting tired of karma fortunes by now.SigilBear ought to be getting tired of karma fortunes by now.SigilBear ought to be getting tired of karma fortunes by now.SigilBear ought to be getting tired of karma fortunes by now.SigilBear ought to be getting tired of karma fortunes by now.SigilBear ought to be getting tired of karma fortunes by now.SigilBear ought to be getting tired of karma fortunes by now.SigilBear ought to be getting tired of karma fortunes by now.SigilBear ought to be getting tired of karma fortunes by now.
 
Posts: 244
Karma: 2112680
Join Date: Jan 2017
Device: iBooks
Quote:
Originally Posted by JSWolf View Post
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; }
SigilBear is offline   Reply With Quote