Viewing 2 replies - 1 through 2 (of 2 total)
  • There’s an error in the header – an unclosed <a> tag. Try editing header.php and change:

    <div id="header">
    <a href="<?php bloginfo('url');?>" title="<?php bloginfo('name');?>"
    <img src="<?php bloginfo('template_directory'); ?>/custom/images/headersplashwide.jpg" alt="<?php bloginfo('name');?>" height="145" width="950" style="border:3px" />
    </a></div>

    to

    <div id="header">
    <a href="<?php bloginfo('url');?>" title="<?php bloginfo('name');?>"><img src="<?php bloginfo('template_directory'); ?>/custom/images/headersplashwide.jpg" alt="<?php bloginfo('name');?>" height="145" width="950" style="border:3px" /></a></div>
    Thread Starter corky

    (@corky)

    Thank you, thank you, thank you. This worked perfectly.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘No header in internet explorer’ is closed to new replies.