FAQ
General Questions
I uploaded my PDF to the DTP but it looks horrible. What happened to my formatting?
Why can’t I dictate what shows up on each page of my book on the Kindle?
You mean that there are no page numbers on the Kindle?
So, my subject Index can be preserved in my eBook?
Okay, PDFs are not preferred, but what format should I use for uploading my book?
Formatting Specifics
Why is my sans-serif font not showing up in my book?
What other styles are overridden by the Kindle?
But, I don’t want my paragraphs to be justified!
My whole text is indented from the left on the Kindle. Why is that happening?
How do I make a right margin on my blockquotes?
How should I format my images?
I have poetry in my book, but I can’t figure out how to make the indentation look good.
How do I make my Chapter headings appear on a different page?
My Services
Will my eBook look like my hardcopy?
What do you need to get started?
What if I don’t have an electronic file?
Can I make changes to the text of my book after you are done?
Will you work on my subject index?
General Questions
I uploaded my PDF to the DTP but it looks horrible. What happened to my formatting?
Unfortunately, the DTP does not support PDF uploads as well as it does other formats. Actually, Amazon suggests that you upload an HTML file, since the Kindle/Mobipocket format is based on HTML. PDF files are made specifically for print media and are not really designed to work with eBook readers. While some eBook readers do support opening PDF files, the Kindle currently does not.
Why can’t I dictate what shows up on each page of my book on the Kindle?
The Kindle format is based on HTML, which allows the user much more control as they read the book. For instance, the user can change the font size in the book on-the-fly, and the text will flow differently on the page as a result. This means that “pages” (in the common hardcopy book sense) are not present on the Kindle. eBooks in general take a much more flexible approach to pagination. This is also why the Kindle has a “Location” indicator at the bottom of the screen. That feature allows the reader to see their relative position in the book.

You mean that there are no page numbers on the Kindle?
Precisely. Page numbers become mostly irrelevant on the Kindle and in other eBooks. For the most part, the only times they are useful are when the eBook contains references to other places in the text (these references should be all be linked) or when there is an index at the end of the book (which should also be linked).
So, my subject Index can be preserved in my eBook?
Yes! It is not hard to make an index work in an eBook, you just have to insert “page number” anchors in the text and point the index to those anchors.
Okay, PDFs are not preferred, but what format should I use for uploading my book?
Well, as I mentioned before, HTML is the format preferred by Amazon, but you can do a decent job of formatting the book yourself in Microsoft Word. The key to using Word is to utilize the built-in Styles mechanism so that your book is consistent and well-formed. To do this well, you should first remove all of the formatting from the book, then go through it from top to bottom, applying consistent styles as you go.
Of course, this can become a pretty formidable job, especially for someone who is in a hurry or someone without the skills, tools, or patience for such a task. That is when you can contact me.
I have tried sending my book to my Kindle, but the images are never included. Can I preview my book on the Kindle without having to upload it to the DTP and buy a copy?
Yes, you can easily Preview your book on your own Kindle with the images intact. This process will require that you download and install Mobipocket Creator, but don't be intimidated by that.
- Open Mobipocket Creator.
Select "HTML Document" from the section "Import from an Existing File".- Browse to the HTML file and press "Import".
- This will generate a folder in your
My Documents\My Publicationsfolder that has the same as your HTML file. - Open that folder and copy into it any images that are in your book.
In Creator, select "Build" from the Menu.- On the Build page, press the "Build" button.
- Go back to your book folder. You will now see a .opf file and a .prc file in there.
- Plug in your Kindle and copy the .prc file to your "documents" folder, or e-mail the file to your kindle.com address.
Note: Because the book is being created in Mobipocket without a normal Mobipocket TOC, the link to the TOC in the menu will not work. Do not upload this PRC file to the DTP for publication. You will be much better off uploading the HTML and images zipped up.
Formatting Specifics
Note: The instructions and hints in this section of the FAQ apply only to books formatted in HTML not to books formatted in MS Word or PDF. The Kindle conversion process for those file formats is not consistent enough to make answering questions about their formatting possible in this forum.
Why is my sans-serif font not showing up in my book?
The Kindle applies some styles by default to every book. One of those styles is the font, which is a serf font like Times New Roman, but actually closer to Georgia in appearance. This is not something that can be changed, though you can use images for headings if you like, as long as you are aware that those will not change in size when the user adjusts the font size on the device.
What other styles are overridden by the Kindle?
Some other styles that are applied or adjusted by default include:
- Font size: There are ways to change this a little, but the Kindle does not allow much fiddling, and the maximum font size is equivalent to 20pt. The default font size equivalency at "Font Size 6" on the Kindle is 16pt.
- Line height: every paragraph has a default line height assigned to it (no double spacing, etc.)
- Left and Right Margins: The Kindle allows <blockquote> tags, but the indentation on them is only from the left and is fairly substantial (a good 15-20% of the screen width). Right margins are not supported. There are some ways to get smaller margins and get some nice indentation for formatting like poetry, but I won't share them here since they are trade secrets. ;)
- Top and Bottom Margins: The only way to set top and bottom margins (besides using empty paragraphs or <br/> tags) is to use the height property. Bottom margins are not supported. (For more on margins, see my blog post on that subject)
- Justification: The Kindle fully justifies everything, but that can be overridden by the text-align:left CSS property. Users can also change the default on their Kindle by going to the Font Size dialog and holding down Alt + J.
But, I don’t want my paragraphs to be justified!
Not a problem. You can apply the CSS style text-align:left to your paragraphs and they will not be justified on the Kindle. The easiest way to do that is to assign a class name with that style and give your normal paragraphs that class. For instance:
<style>
p.left {text-align: left;}
</style>
.........
<p class="left">Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</p>
My whole text is indented from the left on the Kindle. Why is that happening?
More than likely, your HTML has some unclosed tags. You should open the file up in your web browser and scroll down through the text to see where the indentation starts. Usually this is due to an unclosed <blockquote> tag.
How do I make a right margin on my blockquotes?
The Kindle does not allow right margins. Blockquotes will be indented from the left automatically, but there is no way to set an indentation from the right.
How should I format my images?
The viewable book area on the screen of the current Kindle device is 450px by 550px. If you want an image to fill up the screen, it should be that size or any multiple of it (for instance, an image formatted at 900px by 1100px would be fine. If you want your image to be smaller than the screen, then size it accordingly. Note that the Kindle adjusts the size of images automatically to fit the screen size, so you should test out your book on the screen if you get a chance.
Images that are best viewed in landscape can be rotated to take advantage of the Kindle’s screen dimensions. If you decide to do that it is suggested that you rotate the images 90 degrees counter-clockwise.
JPG files are usually the best image type to use, though the Kindle also supports PNG and TIFF.
What about tables?
The Kindle does not support any HTML table tags currently. Your best solution is to take some screenshots of the tables in your PDF or Word doc and include the images in the Kindle book. You can spread the content out on multiple screens and rotate the image as needed to make the content understandable.
I have poetry in my book, but I can’t figure out how to make the indentation look good.
The easy way to format poetry is to use blockquote tags as I mention in this blog post. However, I have developed another way to format poetry that makes it look very nice, including hanging indents on wrapped lines. You can see an example of this in a book of poetry I formatted for one of my clients, The Lost Sonnets of Cyrano de Bergerac. Drop me a line if you would like me to format your poetry in this way.
How do I make my Chapter headings appear on a different page?
Some people try to do this with lots of spaces or empty paragraphs. However, the re-flowing of text will make all of that for naught. The best way to force text onto a new page (or screen) is to use the <mbp:pagebreak /> tag. Place that right before the heading and it will be forced to the next screen.
My Services
Why do you charge so much?
Well, I honestly think my services are worth the cost. Most books only require a few hours of work, so the total cost of the conversion to Kindle’s format is usually well under $200. That is a small price to pay for a book that looks good and will be easy on your readers’ eyes. If you find yourself unable to come up with that type of investment, drop me a line and we can talk about options. Sometimes just one hour spent working on a book can make a big difference for my clients. I am usually able to finish more in that one hour than an author unfamiliar with HTML can do in a few days.
Will my eBook look like my hardcopy?
Yes and no. There are some elements of a hardcopy that can be retained in an eBook. However, there are some limitations to the amount of formatting that can be forced into the Kindle mold. I have been able to do some very difficult formatting for my clients, but if your book has some very specific formatting you should be prepared to see it tweaked in the eBook.
What do you need to get started?
We can discuss the file formats you have available before I start on the project. If you have an original Word document that is almost always the best file to work from. If you only have a PDF, that will work as well. You should be aware that historically PDF files take longer to process than Word documents since the code behind the scenes is usually much messier and more bloated. If you have an InDesign file I can convert the file directly from that. However, I do prefer to work with Word or PDF files when they are available.
What if I don’t have an electronic file?
I am able to scan and convert your hardcopy book into an electronic file, and from that into a Kindle book. This process will include some extra charges associated with the scanning, but it is a great option for getting an out-of-print book into the Kindle format, and even opens up the possibility of making the book available in print form, as well.
Can I make changes to the text of my book after you are done?
Yes, I will send you the HTML files for the book when I am finished formatting it, and you can easily make changes to that file in a text editor like Notepad. If you want to make extensive changes to your book but you only have a PDF file, I can save that PDF as a Word document and you can make changes to it before we start the Kindle conversion.
Will you work on my subject index?
Yes! Making subject indexes work is not hard, it just requires a bit of time. I typically charge a set cost of $50 to add a linked subject index to a Kindle book.
Do you have a question that is not answered here? Drop me a line and I would be happy to answer it for you!
Links:
Helpful Links
Introduction to the Kindle
Amazon Digital Text Platform (DTP)
DTP Forums
Supported HTML Tags
Custom HTML Tags
My posts on DTP
Independent Author Publishing Guides
Blogs
Kindleville - Joe Wikert
TeleRead
Blog Kindle
Indie Author - April Hamilton
Windwalker
Amazon's Kindle Blog
The Kindle blog
Recent Projects:
Fiction
Non-Fiction
Spymaster: "Wild Bill" Donovan, Father of the CIA
Rangers in Combat: A Legacy of Valor
Alcatraz Rules and Regulations
A Guide to Peyronie's Disease, Current Research & Emerging Treatments
Why We Talk: The Truth Behind Word-of-Mouth
Joshua Tallent's excellent Kindle Formatting service saved me days of frustration. I'm an author with intermediate computer skills, and thought I'd be able to tackle the Kindle techno-challenge myself. Wrong. It was important to me to have my book looking as perfect in the Kindle edition as it does in print, and despite my best efforts I couldn't master the little details—the ones that make a difference. Joshua responded immediately to my Email cry for help, and (after receiving a clean copy of my manuscript in word.doc form) completed the work in an hour and a half. Talent comes in many forms, but if it's technical Kindle talent you're seeking, Joshua Tallent is the man. He has a black belt in Kindle Formatting.
Robin Meloy Goldsby
Author of RHYTHM: A Novel
"Goldsby has a wicked sense of humor and a keen eye for the absurd."
(Publishers Weekly Starred Review)
