View Single Post
Old 08-23-2011, 05:07 AM   #1
gsbe
Junior Member
gsbe began at the beginning.
 
Posts: 6
Karma: 10
Join Date: Aug 2011
Device: iOs
wrapped images in CS5.5

I'm having trouble with my wrapped images. I'm using the "anchored object" method of placing images combined with text wrap. I'd like to gain control over the margins displayed in iBooks.

The images are aligning correctly to the one side or the other with the auto-generated class by ID rightFloat or leftFloat. Here's an example of the image code that is generated and placed inside the paragraph where it is anchored:
Code:
<img class="rightFloat" width="26%" src="images/kick%20drum_fmt.jpeg" alt="kick%20drum.JPG"/>
I guess that it is making up that width percentage based on the size of the image on the page in ID. At any rate, that seems to be going ok.

The margins set in ID's text wrap box are not displaying in the final ePUB in iBooks. The only way I can figure out how to control these margins is by forcing these changes in the CSS post export.

Is this another one of those options in ID CS5.5 that doesn't export?
gsbe is offline   Reply With Quote