View Single Post
Old 10-13-2012, 06:11 PM   #16
JSWolf
Mobile Reader Geek
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: 34,205
Karma: 13801264
Join Date: Nov 2006
Location: Roslindale, Massachusetts
Device: Sony Reader PRS-650, iPad
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 online now   Reply With Quote