--- In BbshopWebGuild@yahoogroups.com, "Michael Baribeau"
<michaelbaribeau@...> wrote:
>
> I've been searching for code that will allow changes to one table not
> effect the adjacent side by side one and finally found this codes that
> does that!
>
> <div style="width:970px; vertical-align:top;">
>
> <div style="width:485px; float:left;"><table
> width="100%"><tr><td>Table 1</td></tr></table><table
> width="100%"><tr><td>Table 2</td></tr></table></div>
>
> <div style="width:485px; float:right;"><table
> width="100%"><tr><td>Table 3</td></tr></table></div>
>
> <br style="clear:both;" />
>
> </div>
>
>
>
> But I can't figure how to get it to center on the page, right now the
> tables align to the left of the page. Any ideas?
>
> http://greatlakeschorus.org/Troubadour10.html
>
> Michael Baribeau
> Webmaster@...
> http://GreatLakesChorus.org
> Grand Rapids, MI
>
>
This seemed to work:
http://www.thescripts.com/forum/thread100046.html
Basically you need to put "margin-left: auto; margin-right: auto;" to
the first div style.
Jerome Gobuyan