Reply To: Text with images not exporting correctly

Home Page / Forums / EPUB and eBook / Text with images not exporting correctly / Reply To: Text with images not exporting correctly

#88323

Sorry for the delay. If you are at all comfortable with code, you can solve this problem by putting the map and text in a <div>. You can also try grouping first then anchoring the group. Here’s how I did it: make a paragraph style with center, space before 2px, space after 8px (spaces are obviously adjustable later, they’re there to make anchoring easier). Put a new para below the two frames (not a new frame) with the para style just created. Now group the two frames. Then anchor them (there will now be only one anchor for the group), inline, to the new para symbol (position). This almost always works but I’m told the div solution “always” does (but not in mobi [kindle]).
<div>
<p class=”image”></p>
<p class=”caption”>Caption text</p>
</div>

This article was last modified on September 13, 2016

Comments (0)

Loading comments...