Hi,
The website is saraleerosenberg.com/wordpress
What in my CSS code or template is making the entry text display in BOLD on IE but not on FF? I would like it to NOT display in BOLD like it is on IE.
What am I missing or not seeing? Can someone help me figure this out?
Thank you,
It was a bit tricky to find, but I narrowed the problem down to some of your header code:
<div id="header">
<h1><a href="http://www.saraleerosenberg.com/wordpress/">
<!-- <font color="#FF0C2A"><i>BABY I WAS BORN TO BLOG</i></a></h1>
<div class="description">by Saralee Rosenberg</div>-->
</div>
As you can see, you have an opening H1 and A HREF, but the closing tags for them are in comments. So basically the whole rest of your page is treated as an H1, which is bold by default :)
mdgrech
Member
Posted 3 years ago #
Good call Dagon....IE is not forgiving to those who forget to close header tags