How to Create Tables and Include Images in an Ebook

Asked By 20 points N/A Posted on -
qa-featured

How do you create a table in an eBook for publication on Kindle platform? Do you have a clue how this could be achieve? What specific steps need I take to accomplish my goal? What about images in an eBook? How do you go about this too? Please enumerate some simple steps to follow to put an image in an eBook. Thank you.

SHARE
Answered By 0 points N/A #189602

How to Create Tables and Include Images in an Ebook

qa-featured

We can easily add images to our Kindle ebooks using HTML

Add HTML code like this to your Kindle ebook

<img src="images/image1.jpg">

Inside the inverted commas you can give the path of image stored in your hard drive. But make sure the size and other properties of image are relevant to your ebook.

Use only .gif, .jpeg, or png for amazon. They work best for Kindle ebooks.

Tables can be added in the same way. Prepare them in excel/word then save them as images and then add using the same HTML code as mentioned below to your Kindle ebooks.

Related Questions