View Single Post
Old 09-18-2014, 12:05 AM   #6
Wendy Wolfe
Member
Wendy Wolfe began at the beginning.
 
Posts: 11
Karma: 10
Join Date: Sep 2014
Device: Kindle DX, Kindle Fire HDX 7", iOS (iPhone and iPad)
(Warning: I'm an ebook newbie)

I have centered images using the following. Is it bad ebook form?

CSS snippit:
.ImgCenter
{
text-align: center;
}

HTML:
<figure class="ImgCenter" >
<img alt="IMG" src="../your_image_file.jpg"/>
<br />
<figcaption><b>Fig I.II:</b> Description </figcaption>
</figure>

(I've also tweeked the margin attributes to attach the caption to the image, but that's a bit off-topic.)
Wendy Wolfe is offline   Reply With Quote