Copy link to clipboard
Copied
Hi everyone!
I'm still learning InDesign and I'm sure I'm missing something here. I'm working on a document that is an image heavy graphic novel, but there are also sections of text. I have smaller objects/icons that I have anchored properly, but I'm having a problem with my full page comic spreads. Since these images take up whole pages and are surrounded by other full page images there is no "text" to anchor it to.
I tried a work around by creating small empty text boxes near the images and they successfully anchored in my InDesign file, but when exported to epub, all the full page images are showing up at the end of the book. The smaller images and icons are staying in place.
How can I anchor images on a page with no text when they take up a whole page and follow other pages that only include images?
I know how to fix the problem in the code but if I can figure it out before exporting it would be a lot less time consuming.
<Title renamed by MOD>
Copy link to clipboard
Copied
I'm not ePUB expert - and it looks like you are creating standalone empty TextFrames to anchor your graphics - but I think it should work as intended if your "empty" TextFrame will be part of the Main Story and your full page graphics will be placed as InLine graphics - another kind of anchoring.
Then, they'll be treated as glyphs / characters.
Copy link to clipboard
Copied
Thank you for your response! Can you explain this more? How do I place an image as an "InLine graphic"?
Copy link to clipboard
Copied
Copy link to clipboard
Copied
Unfortunately, I've visited this page many times and tried all of these solutions. I'm not sure why it's exporting the way it is, but at this point, I'm just going to mess with the code.
Copy link to clipboard
Copied
If this is for a reflowable epub, given your description of it being image heavy that this is NOT a good candidate for this format. For starters, there is no real concept of a page in EPUB.
If this is fixed layout, none of this is necessary but finding a decent EPUB reader is the real challenge.
Copy link to clipboard
Copied
Unfortunately, we must maintain a reflowable format for this project to make it as accessible as possible. While I know some ways to make a fixed layout more accessible, the features aren't as customizable for the reader. But yes, exporting it as a fixed layout would make my life a hell of a lot easier.
Copy link to clipboard
Copied
BobL is correct. It is fussy and difficult to get full page images in reflowable EPUB, both for format reasons and because EPUB viewers vary so much in screen size, ratio, etc. The only justification for the FXL (fixed-page) model is to make it easier to present "picture page" books, but the format is flawed and few readers present it well. (It should never be used for "text" books at all, as it is not PDF and won't be even when it grows up.)
You have one and only one approach to present large images in a reflowable EPUB that will present reasonably well in most readers (starting with the standard ones Thorium and Calibre — most others have functional variations that may or may not play nicely with the layuout).
This may or may not work well, or the way you want, but barring some tweaks it's the only way to get large images in reflowable EPUB. In many cases the images will be larger than the narrowest margins, even. (That is, if you have 1/4 inch margins on each side of a 6-inch screen, you can get a 6+ inch width.
The bottom line is that there isn't any really good digital platform for things like graphic novels that isn't a proprietary one as used by DC. Marvel, etc. PDF is the best technically, but it has no provision for secure/protected book distribution.
Copy link to clipboard
Copied
Thank you so much for your thoughtful response. Ill try this and see how it goes. And yes, working with the reflowable format is crazy with all these images. Still, we are trying to ensure our e-books are as accessible as possible for those who are visually impaired, which means keeping the customizable traits of the reflowable format.
Copy link to clipboard
Copied
If you start a new html document upon export, a new page in ebub is created. A new html document is set upin the html export settings in paragraphs styles or if you work with indb books with each indd document in that book upon PDF export.
Copy link to clipboard
Copied
Create a paragraph with a style with a break option to start a new page and auto leading and with html export option to start a new document before the image.
Anchor the graphic in this as inline anchored frame.
Copy link to clipboard
Copied
Ooooohhh! I'll try this, too, and see what sticks. Thanks so much for responding.
Copy link to clipboard
Copied
Were I you, I would simply break the text threads around the full page images. This will ensure they come out in the correct order. The provisio with this approach is that it's best to do on final copy. If there are any edits or reflow in the document whatsoever, that will mess you up.
Copy link to clipboard
Copied
I don't follow any of this. 🙂
The key elements are that —
But generally, a single text flow, with images anchored to each successive paragraph and set to size "None" will give the best results across the board. It may be useful to add glosses such as a page-break to the intermediary/placeholder text, but if the images are to appear maximum size, that will more or less take care of the matter by itself.
The problem is that neither reflowable nor FXL EPUB behaves like a photo-gallery app, filling each screen with successive images without any flow, spacing or sizing problems. It's just not a good format for "picture page" books and is unlikely ever to be.
Copy link to clipboard
Copied
"Reflowable EPUB must be a single text flow." I don't think that's true at all. A single text thread is not critical to creating a reflowable EPUB. In fact it actively gets in the way of good semantic HTML. How do you apply semantics if you text is one thread from beginning to end, for example? Judicious use of the BreakTextThread script (which ships with InDesign) is the key to well-made ebooks.
This video might help explain what I mean: https://www.youtube.com/watch?v=zbcuvekA-UU
Copy link to clipboard
Copied
You can have multiple text flows, but the content within each one must be linear and connected. Simply dropping elements on ID layout pages will cause them to "fall to the bottom."
We're pretty much on the level of simple export construction here, not the esoteric aspects of document meta-content.