HTML General - How do I align a table to the right (or left)?
Interview Question Database For Software Developers
|
|
| How do I align a table to the right (or left)? | | Can I nest tables within tables? | | By: FYIcenter | 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:
The table in this example will float to the right.
<table align="right">...</table>
This text will wrap to fill the available space
to the left of (and if the text is long enough, below)
the table.
<br clear="right">
This text will appear below the table, even if there
is additional room to its left.
| | ID: 158 | Rank: 1317 | Votes: 0 | Views: 219 | Submitted: 20070303 |
1305 :-) | | What is DOCTYPE | | What is a DOCTYPE? Which one do I use?... | | Submitted: 20070303 |
|
Copyright © 2009 FYIcenter.com
All rights in the contents of this Website are reserved by the individual author.
No part of the contents may be reproduced in any form without author's permission.
|
|
|