How can I align text so that some of it aligns to the left and some of it aligns to the right within the same line?
This text should be left-aligned
HTML:
Right alignedLeft aligned
css:
.right{ float:right; } .left{ float:left; }
Demo: http://jsfiddle.net/W3Pxv/1