• Hello, i am not new to wordpress, but today i have one question about an issue that i cant resolve by my self.

    If you open my website with firefox, you see, that the theme layout is very clean and centered. https://infpt.com

    But if you open with IE6 or 7, you get the theme broken ans pushed to the left. https://infpt.com

    I have tried with other themes, but the same problem persists.

    It was working fine until today…

    Can anyone help me?

Viewing 5 replies - 1 through 5 (of 5 total)
  • You have code errors like Google Analytics code after the closing </body> tag (it should go before). The first step in fixing display issues is to validate your code. Different browsers react differently to code errors.

    It looks like iridiax is right, you have a good deal of code that does not validate.

    Short of fixing that, you may want to try adding this to the body tag of your style sheet:

    margin:auto;
    text-align:center;

    Jon

    Thread Starter diasje

    (@diasje)

    Thank you very mutch.

    How can i validate my code?
    Is there any software that do that?

    How can i validate my code?
    Is there any software that do that?

    No, you just edit the code in your theme php files, text widgets, and/or posts. Check the link in my prior entry to see your errors.

    Hi diasje,

    I think you have copy and posted some text from a microsoft word documents.

    [spam link moderated]

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Firefox layout is very diferent from IE’ is closed to new replies.