Quote:
Originally Posted by DiapDealer
If there is no explicit margin-top property set for "body" (or a consistent body class name), the reader/app may be assuming it. In which case the OP should try explicitly setting body {margin-top: 0;} to see if it changes anything.
|
Quite correct. Reader defaults for any and all tags can vary. Forcing a margin of 0 may work.
I've also seen ebooks that contain a wrapping <DIV > just inside of the BODY that contains the whole chapter. The styling of such a DIV could also be the source, whether it's styled in CSS or inline or unstyled and falling to the reader's default behavior.