There is a persistent assumption among first-time independent authors that ebook formatting is a simple step — something you do at the end, quickly, before uploading to Amazon. Convert the Word document, upload the file, done. This assumption is responsible for a significant proportion of poorly formatted ebooks currently available to readers.

Ebook formatting is a distinct discipline. It involves understanding how reflowable text works across different screen sizes and reading apps, how EPUB structure is built, how metadata is embedded, and how to handle the many edge cases — images, tables, poetry, footnotes, drop caps — that a standard novel conversion cannot manage automatically. Done well, it is invisible. Done poorly, it is the first thing a reader notices and the thing most likely to prompt a negative review.

What formatting actually is

A printed book has a fixed layout — every element sits exactly where the designer placed it on a specific page size. An ebook is different in a fundamental way: it is reflowable. The text adapts to whatever screen it is displayed on, in whatever font size the reader has chosen, on whatever device they are using. There is no fixed page. There is no guarantee that a paragraph break will fall where you intended.

This means that ebook formatting is not about making your book look exactly like the print version on screen. It is about building a clean, structured file that will display gracefully across all the ways it might be read — on a phone, a tablet, a dedicated e-reader, or a desktop reading app — regardless of the reader's font preferences or screen size.

Good ebook formatting is architecture, not decoration.
The reader never sees it — but they feel it on every page.

The EPUB standard and why it matters

EPUB — Electronic Publication — is the open standard format used by virtually every reading platform except Amazon Kindle, which uses its own proprietary formats derived from the older MOBI standard. A well-built EPUB 3 file is the foundation of good ebook distribution: it can be converted to Kindle formats reliably, submitted to Apple Books, Kobo, and aggregator networks, and read on any standards-compliant device.

An EPUB file is, at its core, a structured collection of HTML and CSS files compressed into a single package, with a set of XML files that describe the book's structure, navigation, and metadata. Understanding this structure — even at a high level — helps explain why formatting decisions matter and why a simple Word-to-EPUB conversion often produces unreliable results.

  • EPUB 3 is the current standard and is supported by all major platforms
  • Kindle formats (MOBI and KFX) are Amazon-specific and generated from EPUB source files
  • Fixed-layout EPUB is a separate format used for illustrated books where layout precision matters
  • Every EPUB should include a functional NCX and nav document for navigation
  • Metadata — title, author, ISBN, language, description — must be embedded in the file itself
✦ ✦ ✦

The most common formatting problems

The problems that appear most frequently in independently formatted ebooks fall into a small number of categories. Most are the result of converting directly from a Word document without cleaning up the source file first, or using automated conversion tools without reviewing the output carefully.

  1. Inconsistent paragraph spacing — Word documents often use a mix of paragraph breaks, manual line breaks, and space-after settings that produce inconsistent spacing when converted. The result is paragraphs that are too close together in some places and too far apart in others.
  2. Missing or broken table of contents — every ebook needs a functional, clickable table of contents linked to actual chapter headings. A missing or non-functional TOC is one of the most common reasons ebooks are rejected by retail platforms.
  3. Incorrect heading hierarchy — chapter titles must be marked as headings in the source file for the TOC to work and for screen readers to navigate the book correctly.
  4. Images that don't scale — images inserted at fixed pixel dimensions in Word will often display at the wrong size on small screens. Images must be set to scale proportionally within the EPUB's CSS.
  5. Embedded fonts causing display issues — fonts embedded in an EPUB can cause display problems on certain devices. Body text should generally rely on system fonts, with embedded fonts used only for decorative elements like chapter openers.

What good formatting looks like

A well-formatted ebook is one that a reader can open on any device and read without noticing anything about its technical construction. The text flows cleanly. The chapter navigation works. Images display correctly. The font size adjusts when the reader changes their preferences. The file opens instantly and never crashes the reading app.

Beyond these functional requirements, good formatting also makes considered aesthetic choices: appropriate paragraph indentation, correct punctuation treatment, properly formatted em dashes and ellipses, and consistent styling of any special elements — epigraphs, section breaks, or block quotations — that appear in the text.

The formatting process

Professional ebook formatting begins not with conversion software but with the source manuscript. A clean, consistently styled Word or InDesign document produces a far better EPUB than a document assembled from multiple drafts with accumulated formatting inconsistencies. Before formatting begins, the source file should be audited and cleaned — paragraph styles standardised, manual overrides removed, heading hierarchy confirmed.

The formatted file should then be tested across multiple devices and reading apps before it is submitted to any platform. What looks correct in one app may display incorrectly in another. Testing on at least a Kindle device or app, a Kobo, and Apple Books will catch the majority of platform-specific issues before they reach readers.

Formatting is the last stage of production and the one most often rushed. It deserves the same care as every other stage of making your book — because it is the stage that determines what the reader actually holds in their hands.