View Single Post
Old 04-16-2013, 07:26 AM   #6
Agama
Guru
Agama ought to be getting tired of karma fortunes by now.Agama ought to be getting tired of karma fortunes by now.Agama ought to be getting tired of karma fortunes by now.Agama ought to be getting tired of karma fortunes by now.Agama ought to be getting tired of karma fortunes by now.Agama ought to be getting tired of karma fortunes by now.Agama ought to be getting tired of karma fortunes by now.Agama ought to be getting tired of karma fortunes by now.Agama ought to be getting tired of karma fortunes by now.Agama ought to be getting tired of karma fortunes by now.Agama ought to be getting tired of karma fortunes by now.
 
Agama's Avatar
 
Posts: 776
Karma: 2751519
Join Date: Jul 2010
Location: UK
Device: PW2, Nexus7
Here's an ePub showing both float left and right.
I use spans in the paragraph but they are both defined before the text of the paragraph, (otherwise they don't float properly.) Works with my Sony reader which is ADE based. (I think this is really the same as mzmm's solution, but I prefer using span.)

.cen { text-align:center }
.fll { float:left }
.flr { float:right }

<p class="cen"><span class="fll">1</span><span class="flr">1</span>Text</p>
Attached Files
File Type: epub Floats.epub (2.2 KB, 244 views)

Last edited by Agama; 04-16-2013 at 07:33 AM.
Agama is offline   Reply With Quote