Reply To: ePub vs IDCC (InDesign Creative Cloud)

Home Page / Forums / EPUB and eBook / ePub vs IDCC (InDesign Creative Cloud) / Reply To: ePub vs IDCC (InDesign Creative Cloud)

#66026
incblot
Member

Thanks Pooja, that fix is indeed very helpful!

I have a question regarding point 6, if you might assist?

I am using a preexisting css (template.css) alongside the ID generated css (idGeneratedStyles.css). I’ve set margins to 150px in IDCC during export (nb: using a large margin of 150px to exaggerate its effect for testing). The idGeneratedStyles.css shows:

@page {
margin : 150px 150px 150px 150px;
}

The template.css shows:

@page {
margin : 0.5em;
}

Yet the text is not indented. I have tried deleting this from template.css:

@page {
margin : 0.5em;
}

But it has no effect.

If I export the epub from IDCC without adding my own template, the 150px margins work in Adobe Digital Editions, but not in Safari or iBooks.

Could you please explain what is happening?

This article was last modified on October 29, 2013

Comments (0)

Loading comments...