Re: TR Align Stopped Working
- From: "McKirahan" <News@xxxxxxxxxxxxx>
- Date: Tue, 16 Oct 2007 18:53:45 -0500
"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 italigns
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.
.
- Prev by Date: Re: VBScript, OpenTextFile(), Strings and Unicode - Possible?
- Next by Date: Re: Syntax Error
- Previous by thread: VBScript, OpenTextFile(), Strings and Unicode - Possible?
- Next by thread: Re: Determining Permission Inheritaance
- Index(es):