You can make a picture float to the left of text or float to the right of text.
If you want to stop the text from floating around the picture at some point, use
With absolute positioning, you can control the exact position of an element.
You can specify either top or bottom (but not both) and either left or right (but not both).
If two pictures overlap, the picture with the higher z-index will appear on top of the picture with the lower z-index.