netscape table centering issue

Hi,<br />
My basic layout is two tables stacked on top of each other. I had problems using the align tag with the table element (netscape wouldn't center the 2nd table) so I wrapped the whole thing in a div align="center" tag. The tables do center now, BUT in netscape they are offset, the left margin is greater than the right margin. Has anybody encountered this? What is the best way to get the tables to truly center up.<br />
<br />
Thanks. The page can be found at <br />
<!-- m --><a class="postlink" href="http://subudusa.org/new">http://subudusa.org/new</a><!-- m --><br />
<br />
Ramon<!--content-->hmmmm... the way I would fix that is by using 1 table only.<br />
<br />
Where you close and re-open the table, I would put<br />
<br />
<tr><br />
<td colspan="5"><br />
Here you'd put your second table you created<br />
<table.....><br />
</table><br />
</td><br />
</tr><br />
<br />
I'm sure there are other ways around it.... that's mine! :D<br />
<br />
HTH<!--content-->Hi,<br />
thanks for the quick reply. I discovered that I hadn't updated my stylesheet (Doh!)<br />
so that was affecting my centering action.<br />
<br />
I had margin attributes set from a previous <br />
set up.<br />
<br />
I should have checked that before posting.<br />
<br />
Thanks again.<br />
<br />
sheepishly,<br />
<br />
ramon<!--content-->
 
Back
Top