Forums

[resolved] Does not display correctly in Firefox (4 posts)

  1. jeffs429
    Member
    Posted 1 year ago #

    Hi,

    I just set up a blog and it does not display correctly in Firefox, but it display just fine in IE7.

    The address is http://www.nooneelse.com

    Does anyone have any ideas why this is and how to fix this?

    Thanks!

  2. poe
    Member
    Posted 1 year ago #

    It looks like that in FF because it's not reading the stylesheet. I'm not positive but I think this

    <style type="text/css" media="screen">
    <!-- @import url( http://www.nooneelse.com/wp-content/themes/Theme-mysimplified 1.2/style.css ); -->
    </style>

    is for IE only. At any rate if you add this

    <link rel="stylesheet" href="http://www.nooneelse.com/wp-content/themes/Theme-mysimplified 1.2/style.css" type="text/css" media="screen"/>

    to your header it will work in both browsers.

  3. jeffs429
    Member
    Posted 1 year ago #

    That did it...Thank you so much!

  4. poe
    Member
    Posted 1 year ago #

    Your very welcome :)

Topic Closed

This topic has been closed to new replies.

About this Topic