Reply To: Exporting two anchored images in the same paragraph

Home Page / Forums / EPUB and eBook / Exporting two anchored images in the same paragraph / Reply To: Exporting two anchored images in the same paragraph

#82239
Aaron Troia
Participant

That’s a good question. Off the top of my head, in the code after export, you might be able to do this with a double div wrapping the paragraph. You might make sure that the CSS isnt using the clear property, that could bump an image down.

As a rule of thumb and to keep my stress level down, I usually try and only do one floated object per paragraph, usually. Having 2+ floated images can cause a problem in smaller screens where the images take up most of or all of the screen, I tend think it’s safer to keep them to one side of the screen or the other (so either on the left or right). That doesn’t mean I haven’t done books were alternating paragraphs had alternating left/right floats, but gets tricky when you have multiple floats in one paragraph.

Anyway, glad you found a workaround.

Aaron

This article was last modified on February 24, 2016

Comments (0)

Loading comments...