One thing that often is needed when dealing with layout that includes text and images is
positioning somewhere an image, and then have the text float around it. What is not possible yet, is having
the image away from the borders, and let the text float around it to the right and left
in the same time. But with the property float:left;
or
float:right;
, we can place the image to one of the side borders and have the
text then flow around the image. Like so:
float:right;
, just that the picture will be floating on the right
side, and the text will float on the left.
float:right;