tag is telling the browser that a table row is about to begin. This tag is necessary.
The tag is telling the browser that the next piece of information will be the top image, or text to be placed upon the table background.
The align="center" attribute tells the browser to display the table data in the center of the cell, or background.
The valign="bottom" tells the browser that in addition to centering the data, to also place it at the bottom of the table.
The font color and size commands need to be placed within the table code as demonstrated above.
Okay, now that we have covered some of the technical stuff, I'll show you some other examples to demonstrate how the table data can be manipulated.
Here I have used the same code as above with valign="top"
Here I have used the same code as above with align="right" valign="top" so I have told the table data to place itself at the top of the table on the right side.
Here I used align="left" valign="bottom" I'll bet your getting the idea now, aren't you? Good, because now we're going one step further by placing text at the top, and the bottom.
This Is My Grandson Michael
| |
In this code you will need to remove the border option, or the cells will show a border. This involves two table rows with different valign values. Here is the code for the above effect.
|
|