1 | In general, text is not flowed around images. Instead, think of the text as a stream of items with an inlined image just occuring as one more item in the stream. |
2 | The only exceptions to this are additions to the ALIGN attribute (align=left|right) which DO allow text to be flowed either to the left or the right of an image. |
3 | <img src="tekke.gif" align=left> This Tekke style rug was imported from Pakistan. <br> 1986 <br clear=left> |
4 | The <br> tag can be used to start a new line beside the image. Then the <br> tag is extended to have an attribute CLEAR=left|right|all to start a new line where the left margin is clear of images, the right margin, or both. |