You can include boldface, italics, and bullets (with dots or numbers) in your book’s description on Amazon.
If you publish a paperback book with CreateSpace, you can include this formatting in your description when you publish. There is an advantage of using CreateSpace for this if you enable the expanded distribution channel: Online booksellers may preserve this formatting. For example, Julie Harper has a CreateSpace published handwriting book at Barnes & Noble with such formatting (click the link below if you want to check it out, then scroll down to the Overview). The caveat is that you must use basic HTML. But don’t worry: Even if you don’t know anything about HTML, the only HTML that is allowed is so simple that you can do it easily. Hold your objection further: There is even an easy way out of the HTML all together, if you really must. You can find this solution at the end of this blog post.
If you have an eBook or didn’t publish your physical book with CreateSpace, you can still format your blurb using AuthorCentral. When you login to AuthorCentral, click the Books tab. Then click on your book to edit the description. You can format the boldface, italics, and bullets yourself, or you can choose to write the description with HTML, if you prefer. Use <b> for bold, as in <b>bold</b>, <i> for italics, as in <i>italics</i>, and <br /> to force a new line (the Enter key won’t have any effect on the output text in HTML mode; the <br/> command basically has the same effect as the Enter usually has). If you want to create a blank line, use the <br /> command twice. Strangely, the <br /> command has a funny space between the ‘br’ and slash in AuthorCentral’s HTML.
To create bullets, use <ul> for dots (unordered list) and <ol> for numbers (ordered list). Place <ul> at the beginning and </ul> at the end. For each bullet, place the text for that bullet between <li> and </li>.
EXAMPLE
<b>Here</b> is an <i>example</i>. <ul><li>This is the first point.</li><li>This is the second point.</li></ul>
The HTML above produces the following effect at AuthorCentral.
Here is an example.
- This is the first point.
- This is the second point.
Unfortunately, (almost all) fancier HTML won’t work in AuthorCentral.
I recommend formatting your blurb in three stages:
- First, type the blurb in Microsoft Word as just basic text (no formatting). Use Word’s built-in spellcheck and grammar-check tools to ensure that you didn’t make any obvious booboos. It’s probably easiest to edit your text in Word. Typos in the blurb tend to kill sales.
- Copy and paste the blurb from Word to Notepad. This will strip it of unwanted formatting. If you omit this step, you might get a nest of extra stuff that you didn’t even know was there in Step 3 (you might be able to see it by clicking on the HTML option afterward).
- Copy and paste the blurb from Notepad to the description at AuthorCentral. Toggle back and forth between the Compose and Edit HTML modes a couple of times to ensure that everything looks okay (if not, you should notice something ‘funny’ when you go back to Compose).
How to format the blurb at CreateSpace without knowing HTML:
Follow the three steps outlined above. Then copy and paste the text from the Edit HTML window at AuthorCentral into your description at CreateSpace. You’ll need to remove the space from every <br /> to make it look like <br/>, otherwise you’ll get an error message. After saving your description at CreateSpace, open your book’s project page and click the Channels link in Distribute, then click the tiny link for eStore Setup. Now click the link for Title URL to view your CreateSpace eStore. This will show you how the formatting looks. Preview this carefully and correct any mistakes.
Chris McMullen, self-published author of A Detailed Guide to Self-Publishing with Amazon and Other Online Booksellers, Vol. 1 (formatting/publishing) and Vol. 2 (packaging/marketing)