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 not CSS, that is the html
In the linked CSS (near the top of the code) needed if there is more than 1 CSS file (very legal).
the style info for
.centerImage and
.epubimage

I suspect the second sets the size
and the first sets center and margins