View Single Post
Old 12-03-2014, 12:46 PM   #3
jbacelar
Interested in the matter
jbacelar ought to be getting tired of karma fortunes by now.jbacelar ought to be getting tired of karma fortunes by now.jbacelar ought to be getting tired of karma fortunes by now.jbacelar ought to be getting tired of karma fortunes by now.jbacelar ought to be getting tired of karma fortunes by now.jbacelar ought to be getting tired of karma fortunes by now.jbacelar ought to be getting tired of karma fortunes by now.jbacelar ought to be getting tired of karma fortunes by now.jbacelar ought to be getting tired of karma fortunes by now.jbacelar ought to be getting tired of karma fortunes by now.jbacelar ought to be getting tired of karma fortunes by now.
 
jbacelar's Avatar
 
Posts: 421
Karma: 426094
Join Date: Dec 2011
Location: Spain, south coast
Device: Pocketbook InkPad 3
In ADE this works.

Click image for larger version

Name:	Prueba.png
Views:	216
Size:	195.0 KB
ID:	131919

CSS:
Code:
img.foto2 {width: 100%; margin-left: -1em;}
span.foto2 {
  float: left;
  page-break-inside: avoid;
  width: 50%;
  padding-top: 0.2em;
  margin-right: 0.2em;
  padding-bottom: -0.5em;
  font-size: 0.8em;
}
Text:
Code:
 <p><span class="foto2"><img class="foto2" alt="04" src="../Images/04.jpg"/>Y esto y lo otro, y lo de más allá.</span>En aquel lugar, una punta avanzada permitía dominar el curso del Orange, a partir de la catarata, hasta una distancia de varias millas.</p>
jbacelar is offline   Reply With Quote