|
Now let's get a
little bit more technical. You can place the words wherever you want inside
their cells by using the align command. Let's take
a look:
align=right pushes everything against the right side.
align=left pushes everything against the left side.
align=center centers everything in the middle.
We can also line
things up vertically, pushing it toward the top, bottom, or middle of the
cells. We do this with valign:
valign=top pushes everything to the top of the
cell.
valign=bottom pushes everything to the bottom of the
cell.
valign=middle centers everything in the middle
vertically. |