"Clive Moss" <> writes:
> "shank" <> wrote in message
> news:sRXUb.56800$ ...
> > <td style="width:40%; vertical-align:middle">
> > Is vertical-align:middle supposed to work inside a table cell for text?
> > My text still lines up on the bottom.
That should work. However, vertical-align: middle is the default for
<td> anyway, in most browsers, which suggests you have something else
making it align to the bottom of the cell.
> If the code on your page is as you've written it here - then adding the
> final ";" would help
In what browser? It's a separator, not a terminator, so it shouldn't
be needed - I don't know of any browser that requires it.
--
Chris
|