Example - Table #3
This text should be stuck to the top of the cell. | This text should be stuck to the bottom. | |
That's my boys up there |
---|
<TABLE BORDER> <CAPTION> Table #3 </CAPTION> <TR> <TD ALIGN=RIGHT VALIGN=TOP> This text should be stuck to the top of the cell. </TD> <TD ALIGN=CENTER> <IMG SRC="myboys.gif"> </TD> <TD VALIGN=BOTTOM> This text should be stuck to the bottom. </TD> </TR> <TR> <TD> </TD> <TH> That's my boys up there </TH> </TR> </TABLE>
Notes:
- Notice how the text automatically wraps when the window is made smaller.
- Not all rows must have the same number of cells.
- The attribite VALIGN can be used in TD and TH to specify vertical placement within the cell (TOP, MIDDLE, BOTTOM).
[Back] [Forward]