please help. everything CENTERED in IE 6

liunx

Guest
well, i've been developing this website for a few months, finally got it live. we had no IE6 machines in the department, so I hadn't tested it on IE6. Finally did and EVERYTHING is centered. I don't get it. Is this some difference in the way IE 6 handles things? If anyone can help me get a quick solution I will be very happy. I've got many pages looking like crap all of a sudden :(.<!--content-->ohhh, here is the site:<br />
<br />
<!-- m --><a class="postlink" href="http://www.ncsu.edu/oisss/about/welcome.htm">http://www.ncsu.edu/oisss/about/welcome.htm</a><!-- m --><br />
<br />
nothing is supposed to be centered, accept the table as a whole.<!--content-->You should learn CSS and use absolute positioning. Its the best. <br />
<br />
<!-- m --><a class="postlink" href="http://www.zvon.org/xxl/css2reference/output/index.html">http://www.zvon.org/xxl/css2reference/output/index.html</a><!-- m --><br />
<br />
should be helpfull.<!--content-->thanks for the advice. right now i'm not interested in rewriting all this stuff thought.<!--content-->everything is centered because you have everything being centered in the table cells<br />
<br />
<td align="center" bgcolor="#000000" width="720"><br />
<br />
take the align=center out and you will not get centering.<br />
<br />
and why are you nesting so many tables?<!--content-->i am nesting tables so i can controll formatting. thanks for the help. i wonder why it looked okay in IE 5.5<!--content-->I didn't say you couldn't nest tables, but there is no reason to nest 4 in a row if you don't have to. 2 is just fine.<!--content-->
 
Back
Top