Re: TR Align Stopped Working



"GrandMaMa" <GrandMaMa@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:92F3B79B-E8AE-4AE5-9AD0-CF65658DF22D@xxxxxxxxxxxxxxxx
In Windows 2000 this code would center my graphics, in XP and Vista it
aligns
to the right.

<Table>
<TR Align = "Center">
<TD Width="16%"><Img Src="/Tivities/CTFLAG.gif" Height="66" Width="100">
<TD Width="1%">
<TD Width="16%"><Img Src="/Tivities/MEFLAG.gif" Height="66" Width="100">
<TD Width="1%">
<TD Width="15%"><Img Src="/Tivities/MAFLAG.gif" Height="66" Width="100">
<TD Width="2%">
<TD Width="15%"><Img Src="/Tivities/NHFLAG.gif" Height="66" Width="100">
<TD Width="1%">
<TD Width="16%"><Img Src="/Tivities/RIFLAG.gif" Height="66" Width="100">
<TD Width="1%">
<TD Width="16%"><Img Src="/Tivities/VTFLAG.gif" Height="66" Width="100">
</TR>
</Table>

What do I need to change to make it work in XP and Vista?

Thanks in Advance

Granny

<TR> tags support valign=top/middle/bottom
<TD> tags support align=left/center/right

Thus, <TR Align = "Center"> is invalid.


.