Viewing 2 replies - 1 through 2 (of 2 total)
  • Edit your theme’s header.php file and replace:

    <style type="text/css" media="screen">@import url( <?php bloginfo('stylesheet_url'); ?> );</style>

    with:

    <link rel="stylesheet" type="text/css" href="<?php bloginfo('stylesheet_url'); ?>" media="screen" />

    Thread Starter nnatic

    (@nnatic)

    thanks man! I had to track it down as the header file was calling a start.php file from the templates folder.

    Thanks a lot. I appreciate the help!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Theme Shows Fine in IE but not in Firefox’ is closed to new replies.