Forums

No header in internet explorer (3 posts)

  1. corky
    Member
    Posted 2 months ago #

    I am using the Thesis theme. Everything looks great in firefox, but there is no header in any version of IE. My site is http://idrinkyourwine.com

  2. esmi
    Member
    Posted 2 months ago #

    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>
  3. corky
    Member
    Posted 2 months ago #

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

Reply

You must log in to post.

About this Topic