| 1. |
How Do I Align A Table To The Right (or Left)? |
|
Answer» You can use <TABLE ALIGN="right"> to FLOAT a table to the right. (Use ALIGN="left" to float it to the left.) Any CONTENT that follows the closing </TABLE> tag will flow around the table. Use <BR CLEAR="right"> or <BR CLEAR="all"> to mark the end of the text that is to flow around the table, as shown in this example: You can use <TABLE ALIGN="right"> to float a table to the right. (Use ALIGN="left" to float it to the left.) Any content that follows the closing </TABLE> tag will flow around the table. Use <BR CLEAR="right"> or <BR CLEAR="all"> to mark the end of the text that is to flow around the table, as shown in this example: |
|