How to Add Hyperlinks and Internal Navigation to Your Word Manuscript Before EPUB Conversion

ebookconvert.pro Team | 2026-06-29 | Manuscript Formatting

Why Hyperlinks Matter in EPUB Ebooks

If you've spent months writing your manuscript, the last thing you want is for readers to struggle navigating it. Hyperlinks and internal navigation are what separate a polished ebook from an amateur one. When readers can jump from a table of contents to a chapter, or follow a cross-reference to a footnote, they get a professional reading experience.

The problem? Most authors don't realize that hyperlinks in Word need special handling before conversion to EPUB. Copy a link from your Word document, convert it to EPUB without proper formatting, and suddenly those links are broken or point to the wrong sections.

This post walks you through the exact steps to add hyperlinks and internal navigation to your Word manuscript so they survive the conversion to EPUB intact.

Understanding Hyperlinks in EPUB vs. Word

Word and EPUB handle links differently. In Word, you can create a hyperlink and it works fine on your screen. But EPUB is an open standard that reads links as raw HTML code. If your Word document doesn't structure those links properly, the EPUB converter can't always interpret them correctly.

There are three main types of links you'll likely need in your ebook:

  • External hyperlinks — links to websites (e.g., your author website, affiliate links, resources)
  • Internal cross-references — links to other sections within your book (e.g., "See Chapter 3" or "Refer to the appendix")
  • Table of contents links — automated links from your TOC to chapter headings

Each type requires a slightly different approach in Word to ensure it converts cleanly to EPUB.

How to Add External Hyperlinks in Word

External hyperlinks are the easiest to handle. If you want readers to visit your website, click a resource link, or follow an affiliate URL, here's the correct way to do it:

Step 1: Select the Text You Want to Link

Highlight the word or phrase that will become clickable. For example, if you're writing "Visit my author website," select "author website."

Step 2: Insert the Hyperlink

Right-click the selected text and choose Insert Hyperlink (or use Ctrl+K on Windows, Cmd+K on Mac). A dialog box will appear.

Step 3: Paste the Full URL

In the "Address" field, paste the complete URL, including https://. Don't leave this out — it's critical for EPUB conversion. For example:

  • ✓ Correct: https://www.yoursite.com
  • ✗ Wrong: www.yoursite.com or yoursite.com

Step 4: Add Descriptive Screen Tip Text (Optional)

In the "ScreenTip" field, you can add text that appears when readers hover over the link. This is optional but helpful for accessibility.

Step 5: Click OK

The text will now appear underlined and colored, indicating it's a hyperlink. External links are now ready for EPUB conversion.

Creating Internal Cross-References in Word

Internal cross-references — links that point to other sections of your own book — are trickier. They require you to first create "bookmarks" in Word, then link to those bookmarks.

Step 1: Create Bookmarks for Key Sections

Before you can link to a section, that section needs a bookmark. Here's how:

  1. Place your cursor at the beginning of the section you want to link to (e.g., the start of Chapter 3).
  2. Go to InsertBookmark (in Word, this is under the "Links" or "Insert" tab).
  3. Name the bookmark something descriptive, like chapter3 or appendix_a. Use lowercase, no spaces, and hyphens instead of underscores.
  4. Click Add.

Repeat this for every section you plan to link to internally. If you have 15 chapters, create 15 bookmarks.

Step 2: Link to the Bookmark

Now, wherever you want to reference that section, select the text and create a hyperlink as before. But instead of pasting a URL:

  1. Right-click and select Insert Hyperlink.
  2. On the left side of the dialog, click Place in This Document (or "Bookmark" depending on your Word version).
  3. Select the bookmark you created from the list.
  4. Click OK.

The link is now internal and will work in your EPUB file.

Setting Up a Clickable Table of Contents

A professional ebook has a table of contents where readers can click chapter titles to jump directly to them. Word can generate this automatically if your document is properly formatted with heading styles.

Step 1: Use Heading Styles for All Chapters

This is the most important step. Every chapter title should use Heading 1 style, and every subheading should use Heading 2, Heading 3, etc. Don't manually format titles with bold and larger font — use the actual styles.

To apply a heading style:

  1. Select the chapter title.
  2. Go to the Home tab.
  3. In the Styles panel, click Heading 1.

Step 2: Generate the Table of Contents

Once all chapters use proper heading styles:

  1. Place your cursor where you want the TOC (usually after your introduction or copyright page).
  2. Go to ReferencesTable of Contents.
  3. Choose an automatic style (e.g., "Automatic Table").

Word will generate a TOC based on your headings. The links in this TOC will automatically work in your EPUB file.

Step 3: Update the TOC Before Conversion

If you add or change chapter titles later, right-click the TOC and select Update Field. Word will refresh all the links.

Avoiding Common Hyperlink Mistakes

Here are pitfalls that break links during EPUB conversion:

  • Using "http://" instead of "https://" — Always use https for external links.
  • Linking to text instead of bookmarks — Internal links must point to bookmarks, not just page numbers or text.
  • Forgetting to use heading styles — Your TOC won't generate correctly, and internal navigation breaks.
  • Creating bookmarks with spaces or special characters — Stick to lowercase letters, numbers, and hyphens.
  • Manually typing page numbers in cross-references — Instead, use Word's cross-reference feature or bookmarks. Page numbers don't exist in EPUB.
  • Embedding links in images — EPUB doesn't support image-based links. Use text links instead.

Testing Your Hyperlinks Before Conversion

Before you upload your Word document to convert to EPUB, test your links in Word itself:

  1. Hold Ctrl (or Cmd on Mac) and click each hyperlink to verify it works.
  2. For internal links, make sure they jump to the correct section.
  3. For external links, confirm they open the right website.
  4. Check that your table of contents generates correctly and all chapter links function.

If a link doesn't work in Word, it won't work in your EPUB either. Fix it now.

What Happens During EPUB Conversion

When you upload your Word document to a converter like ebookconvert.pro, the system reads all your hyperlinks and bookmarks and translates them into EPUB-compatible HTML code. Properly formatted links survive this translation cleanly. Poorly formatted ones may break or point to the wrong locations.

The converter's AI also detects your chapter structure (based on heading styles) and automatically generates an EPUB navigation document, ensuring readers can jump around your ebook smoothly.

Pro Tips for Advanced Navigation

Footnote and Endnote Links: If your manuscript uses footnotes or endnotes, Word automatically creates bidirectional links — readers can click a footnote number to jump to the note, then click back to the text. These links convert to EPUB without extra work, as long as you use Word's built-in footnote feature (not manually typed superscripts).

Index Links: If you're including an index, use Word's Index feature rather than typing it manually. This creates proper links to indexed terms throughout your book.

Glossary Links: For nonfiction books with a glossary, consider adding bookmarks for each glossary term and linking to them from the text. This gives readers quick access to definitions without leaving the narrative.

Final Checklist Before Converting to EPUB

  • ☐ All external URLs start with https://
  • ☐ All chapter titles and major sections use Heading 1 or Heading 2 styles
  • ☐ Bookmarks are created for all internal cross-reference targets
  • ☐ Internal cross-references point to bookmarks, not text or page numbers
  • ☐ Table of contents is generated automatically, not manually typed
  • ☐ Tested all hyperlinks in Word by Ctrl+clicking them
  • ☐ Footnotes and endnotes use Word's built-in feature, not manual formatting
  • ☐ No links are embedded in images
  • ☐ Bookmark names contain only lowercase letters, numbers, and hyphens

Ready to Convert

Once your hyperlinks and internal navigation are properly set up in Word, you're ready to convert to EPUB. The cleaner your source document, the better your final ebook will be. Taking time to structure links correctly now saves you from fixing broken navigation after conversion.

When you're ready, upload your Word manuscript and let the converter handle the technical side. With proper hyperlink formatting in place, your readers will enjoy a seamless, professional navigation experience across all devices and ebook readers.

If you have not yet settled on a file format, How to Choose Between EPUB and PDF explains the differences so you can pick the right output for your audience.

Related package details

Internal navigation works best alongside clean package information—accurate title, author, language, and description fields. See How to Optimize Metadata in Word Before EPUB Conversion to finish that cleanup before you export.

Back to Blog
["hyperlinks", "EPUB conversion", "Word formatting", "internal navigation", "ebook structure"]