back to list

help with HTML table alignment

🔗monz <monz@...>

8/7/2004 1:20:53 PM

i'm having a problem with vertical alignment
within an HTML <TABLE></TABLE> tag on one of
my webpages.

right after the <TABLE> tag, i used:

<TR>
<TD VALIGN="middle">

and then the contents of that table-row are
both text and small graphcis ... but everything
still came out aligned on the bottom.

i also tried VALIGN=middle without the quotes, and
also tried "center" with and without the quotes
... nothing worked.

does the latest version of HTML replace VALIGN
with something else?

please help!

-monz

🔗monz <monz@...>

8/7/2004 1:44:21 PM

NEVER MIND! i figured it out.

--- In metatuning@yahoogroups.com, "monz" <monz@a...> wrote:
> i'm having a problem with vertical alignment
> within an HTML <TABLE></TABLE> tag on one of
> my webpages.
>
> right after the <TABLE> tag, i used:
>
> <TR>
> <TD VALIGN="middle">
>
> and then the contents of that table-row are
> both text and small graphcis ... but everything
> still came out aligned on the bottom.
>
> i also tried VALIGN=middle without the quotes, and
> also tried "center" with and without the quotes
> ... nothing worked.
>
> does the latest version of HTML replace VALIGN
> with something else?
>
>
> please help!
>
>
>
> -monz