View Single Post
Old 12-18-2013, 06:37 AM   #38
Liliann
Member
Liliann began at the beginning.
 
Posts: 17
Karma: 10
Join Date: Dec 2013
Device: none
Quote:
Originally Posted by RbnJrg View Post
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...
Liliann is offline   Reply With Quote