Hi,
I have a very crazy problem with CSS. I have tried to center my tables
with
TABLE {margin-left:auto; margin-right:auto}
how it is described in many other postings.
Mozilla and Konqueror are accepting this way of centering the table
but not IE.
I also tried
TABLE {margin-left: 0 auto}
which I have seen recently, too. But nothing works.
Had anyone the same problem and can help me. If not, I have to center
the tables with the "align" attribute. But if it's possible I want to
avoid that.
Bye
Bastian
I have a very crazy problem with CSS. I have tried to center my tables
with
TABLE {margin-left:auto; margin-right:auto}
how it is described in many other postings.
Mozilla and Konqueror are accepting this way of centering the table
but not IE.
I also tried
TABLE {margin-left: 0 auto}
which I have seen recently, too. But nothing works.
Had anyone the same problem and can help me. If not, I have to center
the tables with the "align" attribute. But if it's possible I want to
avoid that.
Bye
Bastian
Comment