I have edited the iNove theme for my blog: http://blog.neilnatic.com
It looks fine in IE but does not have any color to the borders in firefox... what can I do to get this working correctly?
Thanks for your help!
Here is what it looks like in FF:
I have edited the iNove theme for my blog: http://blog.neilnatic.com
It looks fine in IE but does not have any color to the borders in firefox... what can I do to get this working correctly?
Thanks for your help!
Here is what it looks like in FF:
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" />
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!
This topic has been closed to new replies.