Display issue with Internet Explorer

Discussion in 'HTML & Website Design' started by WebDev Solutions, Feb 3, 2011.

  1. #1
    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
     
    WebDev Solutions, Feb 3, 2011 IP
  2. jeremyhowell

    jeremyhowell Member

    Messages:
    379
    Likes Received:
    7
    Best Answers:
    2
    Trophy Points:
    45
    #2
    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.
     
    jeremyhowell, Feb 3, 2011 IP
  3. WebDev Solutions

    WebDev Solutions Well-Known Member

    Messages:
    1,644
    Likes Received:
    80
    Best Answers:
    2
    Trophy Points:
    170
    #3
    Hi,

    Thanks for the response. What would I replace it with?
     
    WebDev Solutions, Feb 3, 2011 IP
  4. jeremyhowell

    jeremyhowell Member

    Messages:
    379
    Likes Received:
    7
    Best Answers:
    2
    Trophy Points:
    45
    #4
    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.
     
    jeremyhowell, Feb 3, 2011 IP
  5. herraldjert

    herraldjert Member

    Messages:
    129
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    28
    #5
    maybe you can use "justify" or "left" to replace its
     
    herraldjert, Feb 4, 2011 IP