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!
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!
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.
That did it...Thank you so much!
Your very welcome :)
This topic has been closed to new replies.