Chris wrote:

>    <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.

I played with this one for a minute, and it looks like an odd little
issue. I'm sure there's a good reason for it, but I'm too tired to figure
it out right now.

I believe that if you take out the align="left" from your first table, it
should work the way you want it to. Since it should default to
left-aligned, it probably won't cause any major problems.

That's the quick-n-dirty solution, anyway. I tend to rely rather heavily
on nested tables -- I use a table at the top level of every page to format
the content, and that generally resolves these sorts of unknown behaviors.
(Now, of course, someone's going to yell at me for encouraging nested
tables...)

Good luck.

--

David Wagner
[EMAIL PROTECTED]



------------------------------------------------------------------------------
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.

Reply via email to