Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Formats > ePub

Notices

Reply
 
Thread Tools Search this Thread
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,887
Karma: 128597114
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
Old 10-13-2012, 08:18 PM   #17
Dia435
Member
Dia435 began at the beginning.
 
Posts: 16
Karma: 10
Join Date: Jul 2012
Device: Kindle Nook iPad
Ok Jon - thanks for that info. Did not know that.

Thank you all very much - I am testing out with these changes.
Dia435 is offline   Reply With Quote
Advert
Old 10-14-2012, 03:26 AM   #18
mmat1
Berti
mmat1 ought to be getting tired of karma fortunes by now.mmat1 ought to be getting tired of karma fortunes by now.mmat1 ought to be getting tired of karma fortunes by now.mmat1 ought to be getting tired of karma fortunes by now.mmat1 ought to be getting tired of karma fortunes by now.mmat1 ought to be getting tired of karma fortunes by now.mmat1 ought to be getting tired of karma fortunes by now.mmat1 ought to be getting tired of karma fortunes by now.mmat1 ought to be getting tired of karma fortunes by now.mmat1 ought to be getting tired of karma fortunes by now.mmat1 ought to be getting tired of karma fortunes by now.
 
mmat1's Avatar
 
Posts: 1,196
Karma: 4985964
Join Date: Jan 2012
Location: Zischebattem
Device: Acer Lumiread
Quote:
Originally Posted by Dia435 View Post
Sorry - I did mean numbered list <ol> not ul - but do you see anything that would cause my numbered list to not show up in Nook, and ADE?
thx again - Dia
actually no.
Keep in mind, that ADE does not forgive any faults in Style-definition; on the other hand it should display the list with defaults...

I found only this style, which refers to numbered lists:

Code:
 ol
        {margin: 14px 0 18px 0;
        text-indent:0;
        font-size:16px;
        font-family:"Times New Roman",serif;}
It seams to be a good idea to play around with it.

You can:
  • Start with the curly brackets in the same line as the tag
  • Toss out "Times New Roman" (If you can't make sure, that it's installed on all reading devices, don't use it)
  • Play around with the left-margin (the fourth parameter of margin) and see what happens
  • Avoid any font-styles while testing

try:
ol { margin: 14px 0 18px 3em; text-indent:0; }
mmat1 is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
ePub creation problem: some texts running off the edge serige ePub 2 12-09-2010 10:47 PM
TOC Creation Problem penguintri Calibre 8 10-06-2010 08:36 PM
Frustrating Calibre pdf to epub (iPad) problem RobbieS Calibre 9 06-13-2010 12:16 PM
possible epub creation problem with calibre. markiehill Calibre 0 04-23-2010 05:20 PM


All times are GMT -4. The time now is 12:21 AM.


MobileRead.com is a privately owned, operated and funded community.