View Single Post
Old 11-01-2012, 04:53 AM   #1
epublisher
Junior Member
epublisher began at the beginning.
 
Posts: 4
Karma: 10
Join Date: Oct 2012
Device: kindle
Again Problems with images

Hi all.
And again I need help with images.
My steps.
1. Export book to epub from Indesign.
2. Correct that in Sigil.
3. Validate that.
Everything is ok, but when I try to convert that into mobi using Calibre I got this problems:
1. IMAGE ALIGNS.?????!!!!!!!
My css style for left align images
.l {
float:left;
margin-top:10px;
margin-bottom:10px;
margin-right:10px;
width:auto;
}
2. TOC. After convertion I lost my TOC
Here is the code from TOC in epub
<navPoint id="navPoint-1" playOrder="1">
<navLabel>
<text>Title</text>
</navLabel>
<content src="Text/start.xhtml"/>
</navPoint>
and so on

And Again I want to repeat everything is ok in epub Validation 100%. All is clear.
Thanks
epublisher is offline   Reply With Quote