User`s guide

Publishing on Kindle: Guidelines for Publishers
3.6.8 Image Guideline #8: Image Caption Placement
Amazon recommends placing a caption below the related image, so that the reader views the image
before the caption. Define a line break between the image and the caption (for example, using a <br />
tag) to make sure the caption text is not positioned adjacent to the image.
3.6.9 Image Guideline #9: Controlling Image Aspect Ratio
To preserve aspect ratio of images, width and height cannot both be set to a fixed percentage. Either
width or height can be set to the fixed percentage (such as 100%), but then the other property should be
set to “auto” to preserve the aspect ratio.
3.6.10 Image Guideline #10: Displaying Text Correctly within SVG
To display text correctly within an SVG, use the font-size attribute for <text> inside the SVG.
Example
<html>
<body>
<svg xmlns="http://www.w3.org/2000/svg" version="1.1">
Kindle Publishing Guidelines Amazon.com 26