Welcome to our HTML help page!
|
| Home | HTML-Index | Basic HTML | HTML Structure |
|
<TABLE BGCOLOR="#33CCFF" BORDER=1 ALIGN="LEFT">
<TR> <TD> <B>This is the Table</B> <BR>you are wraping <BR>text around. </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. <BR> You should only wrap text around small tables. Wrapping text around large tables may produce unexpected results, such as text overlapping the table. <BR CLEAR="LEFT"> |
|
This is the Table
you are wraping text around. |