Why Quotes Need Special Attention in EPUB Conversion
Quotes are one of those formatting elements that look straightforward on the surface but can cause real headaches during EPUB conversion if you don't handle them correctly. A pull quote that looks perfect in Word might render as plain text in an ebook reader. A block quote could lose its indentation or italics. And if you're mixing nested quotes or using special punctuation, things get messy fast.
The good news: with a few deliberate choices in Word, you can ensure your quotes convert cleanly to EPUB and maintain their visual hierarchy and emphasis. This matters whether you're publishing a memoir full of dialogue, a nonfiction book with expert testimonials, or a novel with epigraphs.
Understanding Quote Types and Their EPUB Behavior
Before we talk technique, let's clarify the three main quote categories you'll encounter:
- Block quotes (or "extract quotes") — standalone paragraphs set apart from body text, usually indented and sometimes in a smaller font or italic.
- Pull quotes — short, highlighted excerpts (often in a larger font or sidebar) meant to draw reader attention and break up dense pages.
- Inline quotes — short quoted text integrated into a paragraph, enclosed in quotation marks.
Each type needs different formatting in Word to survive the conversion to EPUB intact. The challenge is that EPUB relies on semantic HTML and CSS styling, not manual formatting like you might use in Word. If you just make a quote look right by hand—adjusting margins, changing font size, adding italics—that formatting won't necessarily transfer when you convert to EPUB.
How to Format Block Quotes in Word for EPUB
Block quotes are the easiest to get right if you use Word's built-in styles.
Step 1: Use the "Quote" or "Block Text" style.
Word includes a paragraph style called "Quote" (or sometimes "Block Text", depending on your template). Instead of manually indenting and formatting, apply this style to your block quote paragraph:
- Select the entire block quote paragraph.
- In the Home tab, find the Styles gallery (usually on the right side of the ribbon).
- Look for "Quote" or "Block Text" and click it.
If you don't see it, right-click in the Styles pane and select "Show All Styles" to expand the list.
Step 2: Customize the Quote style (optional).
If the default Quote style doesn't match your book's design, modify it rather than creating a new one. Right-click the Quote style and select "Modify". You can adjust:
- Font (e.g., Georgia, Garamond)
- Size (typically 10–11pt for block quotes, smaller than body text)
- Indentation (left and right indents, e.g., 0.5" on each side)
- Spacing (extra line space before/after)
- Italics or other emphasis (optional)
Why this matters for EPUB: When you convert to EPUB, the style carries semantic meaning. Readers and accessibility tools recognize it as a quotation, not just indented text. The styling you define will translate to CSS classes that ebook readers can interpret correctly.
Pro tip: Avoid using manual indentation (spacebar or tab key) to create block quotes. This creates hidden formatting that won't convert cleanly. Always use the style and the indentation controls in the Paragraph dialog.
Formatting Pull Quotes for EPUB
Pull quotes are trickier because they're often designed as visual callouts. In print, they might sit in a sidebar with a colored background. In EPUB, you have fewer design options, but you can still make them stand out.
Option 1: Create a custom "Pull Quote" paragraph style.
- Right-click in the Styles pane and select "New Style".
- Name it "Pull Quote".
- Set the font to something distinctive (e.g., larger, bolder, or a different font than body text).
- Add left and right indentation (e.g., 0.75") to set it apart.
- Optionally add extra spacing before and after.
- Click OK.
Option 2: Use italics and quotation marks for emphasis.
If you want a simpler approach, format pull quotes with the Quote style plus italics:
- Apply the Quote style.
- Add italics to the entire paragraph (Ctrl+I or Cmd+I).
- Ensure the text is enclosed in proper quotation marks (" " not " ").
What to avoid: Don't use colored text, background shading, borders, or other visual effects to make pull quotes stand out. EPUB readers have inconsistent support for these, and some readers disable colors entirely. Stick to typography (size, weight, italics, indentation) and whitespace.
Handling Inline Quotes and Quotation Marks
Inline quotes—short excerpts within a paragraph—are usually the least problematic, but quotation marks matter.
Use smart quotes, not straight quotes.
Word defaults to smart quotes (also called "curly quotes"), which curve based on context: opening " and closing ". These are correct. Straight quotes (" and ') are often used in programming and look wrong in ebooks.
Check your Word settings:
- File → Options → Proofing → AutoCorrect Options.
- On the "AutoFormat As You Type" tab, ensure "Replace straight quotes with smart quotes" is checked.
Nested quotes: If you have a quote within a quote (common in interviews or dialogue), use single quotes inside double quotes:
She said, "He told me, 'I'll be there tomorrow.'"
Word should handle this automatically if smart quotes are enabled.
Multi-Paragraph Quotes and Attribution
Sometimes a block quote spans multiple paragraphs, or you need to include an attribution line (like "—Jane Doe, CEO").
For multi-paragraph quotes:
- Apply the Quote style to each paragraph of the quote.
- Do not insert a blank line between paragraphs (this breaks the visual grouping in EPUB).
- Instead, reduce the spacing after each quote paragraph to 0pt, and add spacing only after the final quote paragraph.
For attribution:
- After the quote, press Enter to create a new paragraph.
- Create a new style called "Attribution" (or use Body Text with right alignment).
- Format it with an em dash: "—Jane Doe, CEO".
- Optionally italicize or use a smaller font.
This ensures the attribution stays visually grouped with the quote in EPUB.
Common Mistakes That Break Quotes in EPUB Conversion
Here are pitfalls to watch for:
- Manual indentation: Using spacebar or Tab instead of paragraph indentation. This won't convert properly.
- Inconsistent styles: Applying Quote style to one block quote and manual formatting to another. EPUB will render them differently.
- Colored or shaded backgrounds: Many ebook readers strip these or render them unpredictably.
- Mixing fonts: Changing font mid-quote or using decorative fonts. Stick to standard fonts (Georgia, Garamond, Times New Roman).
- Blank lines between quote paragraphs: This breaks the semantic grouping and can cause rendering issues.
- Straight quotes: Using " instead of smart quotes. This looks unprofessional and can cause encoding issues.
Testing Your Quotes Before Conversion
Before you commit to EPUB conversion, take a moment to review your quotes in Word:
- Select all (Ctrl+A or Cmd+A) and check the Styles pane. Verify that all block quotes use the Quote style (or your custom style), not manual formatting.
- Look for straight quotes (" or ') and replace them with smart quotes. Use Find & Replace (Ctrl+H) if needed.
- Check for consistent indentation, font, and spacing across similar quote types.
- If you're using pull quotes, ensure they're visually distinct through typography, not color or shading.
Once you upload your Word file to ebookconvert.pro, you can use the free preflight check to see how your quotes will be detected and structured. If something looks off, you can adjust your Word file and re-upload before spending a conversion credit.
EPUB-Specific Considerations
When your Word file converts to EPUB, the Quote style becomes a semantic HTML element (usually a <blockquote> tag). This means:
- Ebook readers will apply their own default styling to block quotes, which might override your Word formatting slightly.
- Accessibility tools will recognize the quote as such, which helps screen reader users.
- Different reading devices (Kindle, Apple Books, Kobo) may render quotes with slightly different indentation or spacing, but the semantic meaning is preserved.
This is actually a good thing—it means your quotes are portable and will work across all ebook platforms, even if the exact visual appearance varies slightly.
Final Checklist for Quote Formatting
Before you convert to EPUB, run through this quick checklist:
- ☐ All block quotes use a consistent paragraph style (Quote or custom).
- ☐ No manual indentation (spacebar or Tab) is used for quotes.
- ☐ All quotation marks are smart quotes (curly), not straight.
- ☐ Pull quotes are styled with typography (size, weight, italics), not color or shading.
- ☐ Multi-paragraph quotes have no blank lines between paragraphs.
- ☐ Attributions are formatted consistently (e.g., right-aligned, italicized).
- ☐ No decorative fonts or mixed fonts within quotes.
- ☐ Inline quotes are enclosed in proper quotation marks.
Get these details right in Word, and your quotes will convert beautifully to EPUB with minimal fuss.