It's possible on the same line to have some stuff aligned to the left and other stuff aligned to the right? I mean something like the following:
<div align="left">left stuff</div><div align="right"> right stuff</div>
This doesn't work as each div is on its own line. I can do that by having a two column table and setting each cell to the correct alignment, but I was just wondering if there is another way to do it.
Thanks.
<div align="left">left stuff</div><div align="right"> right stuff</div>
This doesn't work as each div is on its own line. I can do that by having a two column table and setting each cell to the correct alignment, but I was just wondering if there is another way to do it.
Thanks.













