Amazon DTP does not support tables inside HTML documents, and if attempted the content may not display correctly. A better method to display tables and graphics is to convert them to an image in one of the following formats:
• Graphics Interchange Format (.GIF) • Portable Network Graphics (.PNG) • Bitmap (.BMP) • JPEG (.JPG)
Note: Images are displayed in black and white on the Kindle device.
Image Processing If your content contains embedded images (e.g., in a Microsoft Word document), Digital Text Platform extracts images from the content and replaces them with HTML <img> tags. Each image is converted to a separate image file, which becomes a part of your content's publication package.
| Attribute Value | Effect |
|---|
| top | Aligns the top of the image with the top of the current line | texttop
| Aligns the top the image with the top of the text in the current line | | absmiddle | Centers the image vertically in the current line | | middle | Centers the image vertically in the middle of the text of the current line | | absbottom | Align the bottom of the image with the bottom of the current line | | bottom | Aligns the bottom of the image with the baseline of the text in the current line (see: baseline) | | baseline | Aligns the bottom of the image with the baseline of the text in the current line (see: bottom) | | left | Not supported | | right | Not supported |
|