View Single Post
Old 04-17-2013, 03:29 AM   #12
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
Quote:
Originally Posted by Tex2002ans View Post
This code works fine in ADE

Code:
<p class="cen"><span class="fll">(1)</span><span class="flr">(1)</span>A lot more text than normal Text</p>
If this code works then why can't you use it?

or, since you only want the right float:

Code:
<p class="cen"><span class="flr">(1)</span>A lot more text than normal Text</p>
I would also use .flr { float:right; padding-left:2em } to ensure that the float is separated from the main text.
Agama is offline   Reply With Quote