View Single Post
Old 06-16-2013, 12:52 PM   #4
jocala
Member
jocala began at the beginning.
 
Posts: 14
Karma: 10
Join Date: May 2011
Device: Nook 2
Quote:
Originally Posted by theducks View Post
There are 'Margins' (the CSS type)
and there are many other things/ways that just look like margins
(and there are images of pages that will not flow either).

in the book viewer, right-click: Inspect (you will need to know some HTML and CSS), you might be able to glean why/where there is a big margin from poking around.
I'll keep poking around, but no luck thus far. This is straight text, not a PDF or jpeg image. I looked for and removed

Code:
<style type="text/css">
@page {padding: 0pt; margin:0pt}
            body { text-align: center; padding:0pt; margin: 0pt; }
</style>
Code:
<p class="calibre3" style="margin:0pt; border:0pt; height:1em"></p>
Code:
<style type="text/css">
@page { margin-bottom: 5.000000pt; margin-top: 5.000000pt; }
</style>
css code from all pages. This had no effect on book format. Still the same as the attached screenshot above.
jocala is offline   Reply With Quote