• I just checked my site (https://www.palaimon.com) in internet explorer and noticed it is significantly different then when viewed in mozilla

    • the footer no longer connects with the sidebar and alotted post area
    • the fonts are all much larger

    anyone have any ideas on how to fix this?

    thanks in advance

Viewing 1 replies (of 1 total)
  • Welcome to the wonderful world of browser rendering differences.

    It looks like your pages have some invalid XHTML markup. For example, from the end of one of your pages:

    </body>
    </html>
    
    </div>
    <!--End Main Content Container -->

    A div element should be closed before the end tag of the body element </body>. There seem to be other issues of unclosed HTML elements as well, which could screw up the way a browser processes CSS stylesheet rules.

    To fix the errors, you’ll need to examine and validate your theme’s files. I’d create a very simple new post or page (no images, just a short plain text message. Then validate that page and edit your theme as necessary to correct the problems.

    The WWW Consortium hosts a validation service: https://validator.w3.org/

    Useful links for HTML and CSS are in the Codex: Know Your Sources

Viewing 1 replies (of 1 total)
  • The topic ‘InCorrect Appearance in Explorer, Correct in Mozilla’ is closed to new replies.