On Mon, 25 Jun 2001, Allan Rae wrote:

> See http://www.devel.lyx.org/~rae/www-user/news/20010117.php3
>
> the table is near the bottom and is something like:
>
> <div class="center">
> <table>
> ...
> </table>
> </div>
>
> There are no `class="xxx"' statements in the table itself although it does
> have a few local parameter settings.  Look at the source you'll see...

Take a look also at :
        http://www.devel.lyx.org/~rae/www-user/internet/

the table there is centered in Netscape4 and IE5.5 but not in Opera or
Galeon-0.10.2/Mozilla-0.8

I've tried:

        <table class="center">

and

        <div class="center">
        <table>

and
        <div class="center">
        <table class="center">

and
        <div class="center"><p>
        <table>

but these don't work.  Opera and Galeon/Mozilla always leave it left
aligned.

I'm pretty sure the table is not inside anything else (like another table
for instance) and the page is valid xhtml.

Allan. (ARRae)

Reply via email to