View Single Post
Old 07-08-2016, 09:21 AM   #7
RbnJrg
Wizard
RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.
 
Posts: 1,827
Karma: 8700631
Join Date: Mar 2013
Location: Rosario - Santa Fe - Argentina
Device: Kindle 4 NT
Quote:
Originally Posted by GrannyGrump View Post
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
RbnJrg is offline   Reply With Quote