RE: www.mw3-forum.com/forum When loading in Google Chrome, Firefox, or Comodo the forum displays fine. However, when loaded in Internet Explorer, the category descriptions appear centered, and on subpages the "New thread" and "reply" buttons are centered, too. Anyone have any ideas on how to solve this? James
The tables have an align property of center (align="center"). Remove this from the tables you dont want to be centered in IE. Although if you can I would recommend avoiding the align property all together as it is deprecated, and simply use CSS styles.
Nothing. Just get rid of it. It is deprecated in all modern browsers, and the default alignment is left anyway, so it should make your text go left in IE.