Quote:
Originally Posted by Tex2002ans
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.