Salir
  • Comunidad global
    • Idioma:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티

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

Nuevo aquí ,
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>

TEMAS
EPUB , Procedimiento , Importar y exportar
1.8K
Traducir
Informe
Directrices de la comunidad
Sé amable y respetuoso, muestra títulos de crédito de la fuente de contenido original y busca duplicados antes de publicar. Más información
community guidelines

correct answers 1 respuesta correcta

Principiante de comunidad , 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;
}

 

Traducir
Community Expert ,
Apr 01, 2025 Apr 01, 2025
MÁS RECIENTES

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

 

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

Traducir
Informe
Directrices de la comunidad
Sé amable y respetuoso, muestra títulos de crédito de la fuente de contenido original y busca duplicados antes de publicar. Más información
community guidelines