Quote:
Originally Posted by Siavahda
I don't know what I'm looking for? The css looks like this
<p class="centerImage"><img src="../images/00002.jpeg" alt="image" class="epubimage"/></p>
and the image size is 4.6 KB; height 110px, width 118px.
|
That is your html, your css will be in the *.css file, the one you are looking for will be .epubimage and .centerImage.
This is an example of an image css
Code:
.calibre2 {
height: auto;
max-height: 100%;
width: auto;
max-width: 100%;
}
Post the css for .epubimage and .centerImage.
bernie