Rainie3535 / sigil

Automatically exported from code.google.com/p/sigil
GNU General Public License v3.0
0 stars 0 forks source link

Images not positioning inline when viewed using iBooks #1256

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

What steps will reproduce the problem?
1. Inserting an inline image using position:relative top:x.0pt, either using 
style in the html or using css.
2. Viewing the epub in iBooks (the fault does not appear using Kobo)

...

What is the expected output? What do you see instead?
I expect to see the image positioned inline with the text right and left of it.
The inline image (in this case it is always a .png image of an equation) 
appears on the next line but with any text on the right hand side on the same 
line and positioned correctly. The issue is that the image will always break 
away from any text on the left of it and start on a new line.
The issue only appears to happen when viewing in iBooks (I have version 2.0.1). 
 HOWEVER if I import the epub file into Calibre and "convert to epub" it reads 
perfectly in iBooks!!

What version of the product are you using? On what operating system?
Sigil Version 0.5.1 OS Mac 10.7.2

NB: class="top-8" in the html refers to p.top-8 { position:relative; 
top:8.0pt"} in the css

Original issue reported on code.google.com by ajcco...@gmail.com on 10 Feb 2012 at 12:36

Attachments:

GoogleCodeExporter commented 9 years ago
This has nothing to do with Sigil. This is an issue with the HTML used within 
your EPUB.

Original comment by john@nachtimwald.com on 10 Feb 2012 at 12:51