Quote:
Originally Posted by GrannyGrump
I guess the image-centering problem might be with the Previewer itself. Anyway, there seems to be nothing I can do to change it, so I guess I will just leave the images as they are and quit worrying about them.
|
Maybe you could try to give the images a width in percentage and then to set left and right margins according to that percentage. For example, you could use the following class="kindle" for your images:
Code:
img.kindle {
witdth: 80%;
height: auto;
text-align: left;
text-indent: 0;
margin-left: 10%;
margin-right: 10%
}
Regards
Rubén