Amazon Book Description HTML
How it was:
- Kindle Direct Publishing (KDP) didn’t used to support HTML for the book description.
- In order to use boldface, italics, ordered lists, and unordered lists, it used to be necessary to visit Author Central (https://authorcentral.amazon.com).
- Once you used Author Central for your Kindle e-book description, republishing the e-book at KDP wouldn’t have any effect. You had to return to Author Central to revise the blurb.
It’s changed:
- KDP now supports HTML for your description. (I know this because I just tried it and it worked.)
- The HTML at KDP is the same as the Author Central HTML (e.g. there is a funny space in the linebreak tag, <br />).
- If you republish your Kindle e-book, whatever description you have with KDP now overrides your Author Central description.
If there was any announcement regarding this, I missed it. I just discovered it by checking my product pages after republishing and hearing from others who’ve done the same.
Important notes:
- Just a small change, like modifying your price, causes your Amazon book description to revert to whatever you have at KDP.
- Before you republish at KDP, visit Author Central, edit your book description, select the HTML option, copy the description, save one copy in Notepad, and paste it into the description you have at KDP.
- After your updated book goes live on Kindle, check your blurb at Amazon.
Good news:
- This is better because now the Kindle description can include formatting when the book first goes live.
- Although you can’t preview the description at KDP, you can edit the description with an existing book at Author Central and preview it there (then simply cancel the edit so it doesn’t affect your other book).
You don’t need the <p> tag to make paragraphs. Just use two consecutive <br /> tags; they work like using the Enter key twice to create a blank line between paragraphs.
Note that KDP respects the Enter key. Therefore, if you’re using <p> tags and using the Enter key, you may get much wider linespacing than you expect. Ordinary HTML ignores the Enter key. Author Central ignores the Enter key (in HTML mode). But KDP doesn’t.
Basic KDP Blurb HTML:
- Place text between <b> and </b> to make boldface, as in <b>bold</b>.
- Place text between <i> and </i> to make italics, as in <i>italics</i>.
- Use <br /> at the end of a line to have the same effect as the Enter key.
- Use <br /><br /> to create a blank line between paragraphs.
- Don’t use the Enter key in addition to the <br /> tag.
- If you use <p> tags, don’t use the Enter key in addition to the <p> tags. (Use <p> at the beginning of a paragraph and </p> at the end. Don’t press Enter between paragraphs.)
- Use <ol> to start an ordered list (with numbers) and </ol> to end an ordered list.
- Use <ul> to start an unordered lists (just bullets) and </ul> to end an unordered list.
- Use <li> to create an item on a list and </li> to end that item.
You don’t actually need to know HTML to format your description with it:
- Edit a book description for any book at Author Central.
- Type the description with boldface, italics, the Enter key, bullets, or ordered lists.
- Preview the description to see how it turned out.
- Switch to HTML mode. (There is a little yellow rectangle for HTML and another called Compose. Click the HTML rectangle to switch to HTML mode.)
- Copy the HTML for your book description into Notepad.
- Cancel the edit at Author Central so it doesn’t affect the book’s actual description at Amazon. (That’s why it didn’t matter which book you used.)
- Paste the HTML into KDP. (If you also want to use it at CreateSpace, remove the spaces from the <br /> tags. You can do a find and replace in Notepad.)
There is an important difference between KDP, Author Central, and CreateSpace HTML: At Author Central and KDP, the linebreak tag <br /> has a funny space, while at CreateSpace there is no space, <br/>. If you use the linebreak tag in your HTML, be sure to adjust the space between CreateSpace and the two other sites.
Also noteworthy is that KDP, CreateSpace, and Author Central all permit descriptions of 4000 characters (it used to be 2400 at Author Central).
About Me
Chris McMullen, Author of A Detailed Guide to Self-Publishing with Amazon and Other Online Booksellers
- Volume 1 on formatting and publishing
- Volume 2 on marketability and marketing
Follow me at WordPress, find my author page on Facebook, or connect with me through Twitter.
That’s great news Chris!
š
We used HTML in updates to one of our books in January. This was done on the product page, not via authorcentral. Cf. http://www.amazon.com/dp/B00HGJM43O (and you can add h headers to the list, too).
Your description looks nice. š
Thanks. It wasn’t easy, without preview and waiting 4-6 hours before being able to actually see it.
Great post, Chris. Very useful.
Laura, how did you get the text in your description to be orange?
Those are headers. The color is Amazon’s default style. H1, H2, H3 etc. The lines are done using hr.
Headers! Ahh! That makes sense. I was just about to test my own HTML language by entering . That wouldn’t have gone too well. š
Thanks for that!
Thank you. š
Hi chris. I’ve noticed that many have posted in their KDP ebook description gray colored fonts for bullet points. Do you know which HTML tag was use for those and how to write them?
I’ve seen orange headings made via h2 from Author Central (but oddly not from the HTML editor), but word is that this is causing problems with the new product pages (showing the h2 tags in the text).
Bullets are easy, but I’m not aware of any other font color changes that actually propagate through to the product page. (Big publishers and authors do have special privileges.)