I&#39;m trying to do something that seems like it should be simple, but I can&#39;t seem to find the markup combination that does it.<br><br>I would like to have some text at the top right of my page, but the rest of my page is normally left justified.  I thought a right float would do that, but I end up with extra linebreaks...<br>
<br>this is what I want:<br>===========================<br>left                                          right<br>more left<br>more left<br>===========================<br><br>I tried this:<br>===(snip)===<br>
%rfloat%right<br><br>left<br>more left<br>more left<br>===(snip)===<br>
<br>I get this:<br>===========================<br>
                                              right<br>

left<br>

more left<br>
more left<br>
===========================<br>
<br>I tried various other combinations using linebreak markup to avoid the double-space, but nothing seems to be working.<br><br>Any help greatly appreciated.<br><br>-Peter<br>