Posted by Ian Rastall on 06/28/05 23:14
On 28 Jun 2005 12:09:50 -0700, jaykchan@hotmail.com wrote:
>I have tried using the 'align' attribute in <p> or <div>. But this
>doesn't work because the left-justified text and the right-justified
>text will always be placed in two different lines, and I want them to
>be on the same line.
Perhaps something like:
<div class="left" style="float: left;">Some text</div>
<div class="right">Some more text</div>
HTH
Ian
--
Was it not a comedy, a strange and stupid
matter, this repetition, this running around
in a fateful circle? (Hermann Hesse)
http://www.bookstacks.org/
[Back to original message]
|