Question - How do I align a table to the right (or left)?
Answer -
You can use
to float a table to the right. (Use ALIGN="left" to float it to the left.) Any content that follows the closing
tag will flow around the table. Use
or
to mark the end of the text that is to flow around the table, as shown in this example:
The table in this example will float to the right.
This text will wrap to fill the available space to the left of (and if the text is long enough, below) the table.
This text will appear below the table, even if there is additional room to its left.