Heading #1 | Heading #2 |
---|---|
this is a regular cell | cell |
ALIGN="left"
(which is the default)ALIGN="right"
ALIGN="center"
FIRST COLUMN | SECOND COLUMN | THIRD COLUMN |
regular old cell#1; no special alignment | regular old cell#2; no special alignment | regular old cell#3; no special alignment |
cell#4 | cell#5 | cell#6 |
regular old cell#1; no special alignment | regular old cell#2; no special alignment | regular old cell#3; no special alignment |
left-aligned; default | right-aligned | centered |
VALIGN="bottom"
VALIGN="middle" (which is the default)
VALIGN="top"
If you want an entire row vertically aligned a certain way, then put the VALIGN tag in the <TR> tag. Put <BR> tags in your code to get exactly the same line-breaks as you see here. | This should be top-aligned. | Is it? |
If you want an entire row vertically aligned a certain way, then put the VALIGN tag in the <TR> tag. Put <BR> tags in your code to get exactly the same line-breaks as you see here. | This should be middle-aligned (which is the default). | Is it? |
If you want an entire row vertically aligned a certain way, then put the VALIGN tag in the <TR> tag. Put <BR> tags in your code to get exactly the same line-breaks as you see here. | This should be bottom-aligned. | Is it? |
cell#1 | cell#2 | cell#3 |
cell#4 | cell#5 | cell#6 |
This cell has height 200 pixels and width 150 pixels. Notice how it affects the entire row and column. | cell#2 | cell#3 |
cell#3 | cell#5 | cell#6 |
cell#7 | cell#8 | cell#9 |
This cell has width 15% of the browser window. | This cell has width 50% of the browser window. | This cell has whatever width is left over! |
cell#4 | cell#5 | cell#6 |
cell#7 | cell#8 | cell#9 |