View Single Post
Old 10-13-2012, 06:11 PM   #16
JSWolf
Resident Curmudgeon
JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.JSWolf ought to be getting tired of karma fortunes by now.
 
JSWolf's Avatar
 
Posts: 73,983
Karma: 128903378
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Kobo Libra 2, Kobo Aura H2O, PRS-650, PRS-T1, nook STR, PW3
Quote:
Originally Posted by mmat1 View Post
I guess your extra blank pages are between the cover picture and the dedication.

Try to replace in the first html:
img.sgc-7 { max-width: 100% }

with:
img.sgc-7 { height: 95% }


I did not find any bulleted list (there are numbered lists...)

Well if this will not work, maybe it's time to "throw out some garbage" - css (sorry, can't resist )
img.sgc-7 { max-width: 100% }

should be...

img.sgc-7 { max-height: 100% }

It is not a good idea to use max-width as it's possible for the height to go off the screen and maybe create the blank next page.
JSWolf is offline   Reply With Quote