• Resolved gideonk

    (@gideonk)


    So I set up WordPress a few days ago. I use firefox pretty much exclusively and didn’t realize that my site which looks perfect in Firefox, is MESSED UP in IE.

    https://www.carriondreams.com/blog/

    Unfortunately, I really don’t have a clue why. I think it may have something to do with the header (as it looks fine if I go to the wordpress default theme, but not any I messed with the headers.)

    I’m using 3c-black-letterhead, but as I said, I see a similiar problem with other themes.

    If anyone can help, I’d really appreciate it.

    Here’s the code in my header file.

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="https://www.w3.org/1999/xhtml">

    <head profile="https://gmpg.org/xfn/11"&gt;
    <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />

    <meta name="generator" content="WordPress <?php bloginfo('version'); ?>" />
    <!-- leave this for stats -->

    <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
    <link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="<?php bloginfo('rss2_url'); ?>" />
    <link rel="alternate" type="text/xml" title="RSS .92" href="<?php bloginfo('rss_url'); ?>" />
    <link rel="alternate" type="application/atom+xml" title="Atom 0.3" href="<?php bloginfo('atom_url'); ?>" />
    <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
    <?php wp_get_archives('type=monthly&format=link'); ?>

    <?php wp_head(); ?>
    </head>
    <body>

    <div id="page">

    <div id="header">
    <img src="https://carriondreams.com/blog/carrlogo.jpg&quot; width=900 height=199 align="Center">

    <h1><a>"><!-- <?php bloginfo('name'); ?></a></h1>
    <div class="description"><?php bloginfo('description'); ?> --!>

    </div>

    <img src="images/line.gif" width="433" height="1" alt="" />

Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘IE = Fubared – Firefox = dandy! Ackkk!’ is closed to new replies.