Skip to main content
Known Participant
December 10, 2022
Question

inline object send to back to text

  • December 10, 2022
  • 3 replies
  • 507 views

Dear All!

 

I am working on the layout of the epub document and it has some page that has big background image behind the text, due to epub I have inline these big image and sending back to the text but it's not going back to the text and just hide all text behind after inline /anchor command. 

 

Please help 

 

This topic has been closed for replies.

3 replies

James Gifford—NitroPress
Legend
December 10, 2022

Willi and Eugene are right. You cannot use a background image in a reflowable EPUB. It will not work (either from any ID formatting or CSS commands) in any standard EPUB reader, or Kindle.

 

You can apply a background color, in CSS at least, that will show up on Kindle and Thorium Reader, but not in some other EPUB readers.

 

Willi Adelberger
Community Expert
Community Expert
December 10, 2022

Avoid images behind text if you publish EPUBs. 

Known Participant
December 10, 2022

Agreed, I think you are right. 

Community Expert
December 10, 2022

Inline won't work for your situation as you have found out.

 

There's a discussion here

https://community.adobe.com/t5/indesign-discussions/anchored-object-behind-text/td-p/10781132

 

And as far as I know for ePub you'd have to define a background image in the CSS.

@James Gifford—NitroPress would have a much better idea than I do.

 

Known Participant
December 10, 2022

Tahnk you Eugene! your link was informative.