CSS Floating Element
You can make text float around other other elements on your web page by using the code:
NameOfElement {float:left}. This will make the element stay on the left and everything else will float to the right of this element.
NameOfElement {float:right}. This will make the element stay on the right and everything else will float to the left of this element.