I have a centering problem also I can get the website centered in IE and Firefox but in IE it uses the center tag OUTSIDE the tables and forces everything in the tables to be centered! how can I get around this without closing the center tag in front of absolutely everything then re-opening it
Don't use the <center> tag. It's invalid in the current recommendations. In css, do table {margin: 0 auto;} cheers, gary
or you will have to set your justification within the table..if nothing is set it will take the center..so just add to the table align="left"