View Single Post
Old 12-17-2013, 05:49 PM   #37
RbnJrg
Wizard
RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.RbnJrg ought to be getting tired of karma fortunes by now.
 
Posts: 1,834
Karma: 8700631
Join Date: Mar 2013
Location: Rosario - Santa Fe - Argentina
Device: Kindle 4 NT
Quote:
Originally Posted by Liliann View Post
I'm not sure if you meant that but there is a "User Guides and Downloads" and a "Contact Customer Care" menu on their page (http://www.kobo.com/help)
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
RbnJrg is online now   Reply With Quote