• Hi,
    Got a IE8 problem that’s driving me crazy.
    Load it up, head over to https://www.thebergblog.com and notice that my blog post’s title refuses to load. Why? It should be above the date. I can’t figure it out for the life of me. It’s fine in chrome, fine in firefox, fine in older versions of ie (I’ve got a mac version that it loads up under) but in IE8, it’s mangled. Why oh why?
    Someone please help and if you need more info, I’ll be happy to provide it. Thanks a bunch.
    Cam

Viewing 4 replies - 1 through 4 (of 4 total)
  • eggsbeer,

    Why is the header image surrounded by pre tags?

    <div id="header">
     <pre>
      <div id="header">
       <h1 class="sIFR-replaced" style=""></h1>
      </div>
      <a href="https://thebergblog.com/"> </a>
     </pre>
    </div>

    I also notice some Flash that doesn’t seem to working?

    You have major code errors. I see two opening <body> tags, three closing </body> tags, two closing </html> tags, a <p1> tag, and unclosed and unopened div tags. Browsers can react differently to code errors, and yours are the type that are most likely to cause problems.

    Also see: https://codex.www.ads-software.com/HTML_to_XHTML

    Thread Starter eggsbeer

    (@eggsbeer)

    I’m learning! I’ll see what I can fix. Thanks.

    Thread Starter eggsbeer

    (@eggsbeer)

    Not sure about the pre tags, doc4.
    And yes, some flash does not work, but again I don’t know why.
    This code is sort of a hatchet job. I’ve basically stolen it from some other sites and then modified, amalgamated, mashed it all together. I wish I could explain more to you about how and why it all is supposed to work, but I’m just not sure.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Blog post’s title under IE8 just mangled’ is closed to new replies.