View Single Post
Old 02-23-2011, 09:19 AM   #128
Pablo
Guru
Pablo ought to be getting tired of karma fortunes by now.Pablo ought to be getting tired of karma fortunes by now.Pablo ought to be getting tired of karma fortunes by now.Pablo ought to be getting tired of karma fortunes by now.Pablo ought to be getting tired of karma fortunes by now.Pablo ought to be getting tired of karma fortunes by now.Pablo ought to be getting tired of karma fortunes by now.Pablo ought to be getting tired of karma fortunes by now.Pablo ought to be getting tired of karma fortunes by now.Pablo ought to be getting tired of karma fortunes by now.Pablo ought to be getting tired of karma fortunes by now.
 
Pablo's Avatar
 
Posts: 970
Karma: 4999999
Join Date: Mar 2009
Location: Rosario, Argentina
Device: SONY PRS-505, PRS-T2
Thank you very much Jellby!!! I will give it a try.
In the meantime, I found another solution involving tables.

Code:
  <table class="ir">
    <tr>
      <td>
        <h3 id="heading_id_25" title="Figure 18"><img height="162" src="../Images/BdIm__18.jpg" title="" width="252" /></h3>
      </td>
    </tr>
    <tr>
      <td width="252">
        <p class="caption">“I suddenly remembered that I could not swim.”</p>
      </td>
    </tr>
  </table>
with

Code:
.caption { font-size: 0.9em; font-weight: bold;	text-align: center; text-indent: 0; margin-bottom: 1em;}
.ir { float: right; margin: 3px;}
(This image is floated to the right).

It works in my Sony 505, which has an old implementation of ADE. I wonder if this would work in all readers.
Pablo is offline   Reply With Quote