• adamguerino.com

    The homepage of this site is not showing up correctly in IE. It does show up correctly in Safari and Firefox. It’s missing a white background and the sidebar isn’t formatted correctly. I’m assuming it’s a CSS issue. The other pages are showing up correctly though.

    In the header.php file, I added the URL of the file location to the code:

    BEFORE:

    <link rel=”stylesheet” type=”text/css” media=”all” href=”<?php bloginfo( ‘stylesheet_url’ ); ?>” />

    AFTER:

    <link rel=”stylesheet” type=”text/css” media=”all” href=”<?php bloginfo( ‘adamguerino.com/wp-content/themes/twentyten/style.css’ ); ?>” />

    It still doesn’t work. Any suggestions?

Viewing 1 replies (of 1 total)
  • dunno if its related, but you have an unclosed element
    <h1 id="site-title">

    has no </h1>

    that could affect layou (its probably in your header.php)

Viewing 1 replies (of 1 total)
  • The topic ‘Missing background/formatting in IE’ is closed to new replies.