Quote:
Originally Posted by RbnJrg
Hi Liliann;
The Kobo Arc Guideline you can download in that site doesn't help. Anyway I will try once more, this time by putting the <img> inside a table-cell (a html table cell). Try this code:
1. In your .html file write:
Code:
<table>
<tr>
<td><img alt="" src="../Images/flame.jpeg" /></td>
</tr>
</table>
2. In your css stylesheet:
Code:
table, tr, td {
width: 100%;
border-collapse: collapse;
border: none;
}
Good luck 
Rubén
|
In portrait mode the image goes to a new page, in landscape mode it's broken...

I'm trying to find a way to lock the landscape orientation but I've found only for iBooks so far...