left up right
Example: Imaging floating left with margin
p {margin: 0pt 40pt 0pt 40pt}
img {float:left;margin:1cm}
....
<p><img .../>The following image is a good example..</p>

A microscope The following image is a good example of how you can have the inline image of a microscope so that it floats to the left of the following text by associating the float: left property with the image of the microscope and letting the text carry on to the right of the image as we see here! And if we keep typing text it will eventually start appearing underneath the image. This may take longer than we think depending on the width of the page at the time! If it does not do it then you need to add more and more text to the paragraph until it does. If you are going to have a full width page this may take time.