• 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,

Viewing 2 replies - 1 through 2 (of 2 total)
  • 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="https://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 ??

    Good call Dagon….IE is not forgiving to those who forget to close header tags

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘What is my CSS is making IE display entry in BOLD?’ is closed to new replies.