Wrapping Text around a Table

Say that you wanted to have a picture and text under the picture with text wrapped around that. We could add the text to the image and make it part of the graphic or we could just wrap the text around the table containing the picture and the text.

To wrap text around a table we must use :


The Mona Lisa
You can wrap text around a table in much the same way you can with images. While there are more sophisticated layout techniques, wrapping text around a table is helpful for keeping images together with captions in a long flow of text.
You should only wrap text around small tables. Wrapping text around large tables may produce unexpected results, such as text overlapping the table.



<TABLE ALIGN="LEFT" cellpadding = 5>
<TR>
<TD>
<img src = "mona.jpg">
<br><center>The Mona Lisa</center>
</TD>
</TR>
</TABLE>
You can wrap text around a table in much the same way you can with images. While there are more sophisticated layout techniques, wrapping text around a table is helpful for keeping images together with captions in a long flow of text.
You should only wrap text around small tables. Wrapping text around large tables may produce unexpected results, such as text overlapping the table.
The we can clear our wrapping with :
<BR CLEAR="LEFT">