Quote:
Originally Posted by Doitsu
Unfortunately, you're right. Neither Rubén's code nor the code used by Zelda and Jellby worked with the current IOS and OSX versions of iBooks...
|
I was thinking a bit regarding this problem and maybe I found something
In the .xhtml file goes:
Code:
<div class="Box1"><img width="200" height="300" alt="" src="../Images/UpsideL.png" /></div>
<div class="Box2"></div>
And in the css stylesheet:
Code:
p {
text-align: justify;
margin: 0;
}
.Box1 {
float: left;
width: 90px; /* widht of the vertical part of the "L" + 10px for right margin */
height: 300px; /* height of the image */
}
.Box2 {
float: left;
width: 120px; /* width of the horizontal part of the "L" */
height: 100px; /* height of the horizontal part of the "L" */
}
Could you (or you, Alex) test the epub attached to this post in iPad to see how does it work? In ADE looks fine.