Julia's version will work of course. However, I have a tendency not to nest
tables unless there is absolutely no other means of accomplishing an end.
What I would do (and this would be so much more elegant in DHTML of
course... ;)):
<!--- Since left is the default "flow" of the first table onto the page, you
really don't need to use alignment in the first
table unless you simply wish to be explicit. --->
<TABLE ALIGN="left">
<TR>
<TD>Hello</TD>
</TR>
</TABLE><BR CLEAR="all">
<!--- If you wish a little space between the tables. --->
<P> </>
<TABLE ALIGN="center">
<TR>
<TD>Hello</TD>
</TR>
</TABLE>
As I said, not the most elegant of examples but if I understand what you
want correctly, this would be an alternative
solution. There are as many ways to accomplish this as there are developers,
btw...
Good luck!
Cheers,
--
David L. Rice
Web Development Consultant
[EMAIL PROTECTED]
Q: 177820
24/7 cell: 770.354.5953
----------------------------
> -----Original Message-----
> From: Julia Green [mailto:[EMAIL PROTECTED]]
> Sent: Sunday, April 23, 2000 3:07 PM
> To: [EMAIL PROTECTED]
> Subject: Re: stupid HTML question
>
>
> That's easy enough...
>
> > <table name="table1" align="left>
> > ...
>
> > <table name="table2" align="center">
> > ...
> > </table>
> </table>
>
>
> Julia Green
> Julia Computer Consulting
> http://www.juliagreen.com/
> Email: [EMAIL PROTECTED]
> Phone: 617-926-3413
> FAX: 413-771-0306
> ----- Original Message -----
> From: Lennon Chris Contractor SA-ALC/ADTIC <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Friday, April 21, 2000 2:21 PM
> Subject: stupid HTML question
>
>
> > Please forgive this rube-ish HTML question...
> >
> > I have 2 consecutive tables, the first of which is left
> aligned, and the
> > second is center aligned. Like so:
> >
> > <table name="table1" align="left>
> > ...
> > </table>
> > <table name="table2" align="center">
> > ...
> > </table>
> >
> > What I want is one table under the other, with the second
> one centered on
> > the screen. What I get is the two tables glommed together,
> side by side.
> > How do I circumvent this odd HTML behavior? Mucho thanks
> in advance.
> >
> > Chris Lennon
> > Senior Software Engineer
> > A Terra Nova Design Technologies, Inc.
> >
> >
> --------------------------------------------------------------
> ------------
> ----
> > Archives: http://www.eGroups.com/list/cf-talk
> > To Unsubscribe visit
> http://www.houseoffusion.com/index.cfm?sidebar=lists&body=list
s/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
>
----------------------------------------------------------------------------
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.