Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

How to Fix Duplicated Pages in InDesign When Exporting to Reflowable EPUB

New Here ,
Oct 25, 2024 Oct 25, 2024

I've got a perfect ecxport from INDD to Epub except for the fact that two pages, the first page of chapter 31 and the first page of chapter 59 have been duplicated and inserted at the end of the EPUB. There is nothing different about these pages concerning layout or paragraph style from all the other chapters. There are no blank pages in the document. Has anyone run into this problem before and HOW do I fix it?! I have done all the things I know to do and nothing is helping.

Screenshot 2024-10-25 at 10.39.39 AM.png

 

<Title renamed by MOD>

 

TOPICS
EPUB , How to , Import and export
1.8K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Beginner , Apr 01, 2025 Apr 01, 2025

Thanks for your help, I got it to work by inserting this CSS code:

ul {
margin-top: 0 !important;
}

ul {

margin-bottom: 0 !important;
}

 

Translate
Community Expert ,
Apr 01, 2025 Apr 01, 2025
LATEST

I see I misunderstood your question, but the answer showed up anyway. 🙂

 

You can, by the way, include both those statements in one definition.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines