View Single Post
Old 06-28-2011, 05:47 PM   #9
jswinden
Nameless Being
 
I assume this is one of the CSS styles calibre was using with an image:

Code:
.calibre10 {
    height: 1099px;
    width: 1332px
    }
Unfortunately this is a class style and without the corresponding HTML where the class is used I cannot tell what calibre is trying to do.

One thing you might want to check out is the freeware called Sigil. Just google it. Sigil lets you directly edit an ePub without adding a bunch of CSS gibberish to it like calibre does.
  Reply With Quote