|
TINY TABLE TIDBITS
Written by FLO |
|
| |
| ALIGN & VALIGN IN THE ROW TAG |
Did you know you can put these two attributes in the row <tr> tags? You can, IF each cell in that same row is to have the same align and valign of the text or image. But if each cell is to have different alignments, then you must put the align and valign in each cell <td> tag.
All ALIGNs are in the ROW tags
| Text aligned left |
Text aligned left |
Text aligned left |
Text aligned left |
| Text aligned center |
Text aligned center |
Text aligned center |
Text aligned center |
| Text aligned right |
Text aligned right |
Text aligned right |
Text aligned right |
You do not need to write align="left" because this is the default setting for align.
All VALIGNs are in the ROW tags
| Text valigned top |
Text valigned top |
Text valigned top |
Text valigned top |
| Text valigned center |
Text valigned center |
Text valigned center |
Text valigned center |
| Text valigned bottom |
Text valigned bottom |
Text valigned bottom |
Text valigned bottom |
You do not need to write valign="middle" because this is the default setting for valign.
Get the codes
|
Counted
4745
|
| | |